Skip to content

Commit fee9523

Browse files
authored
Version 1.38.1 → 1.39.0 (#2201)
1 parent c2d22e8 commit fee9523

File tree

16 files changed

+101
-31
lines changed

16 files changed

+101
-31
lines changed

dhall-bash/dhall-bash.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-bash
2-
Version: 1.0.36
2+
Version: 1.0.37
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.4.3, GHC == 8.6.1
@@ -31,7 +31,7 @@ Library
3131
base >= 4.11.0.0 && < 5 ,
3232
bytestring < 0.12,
3333
containers < 0.7 ,
34-
dhall >= 1.36.0 && < 1.39,
34+
dhall >= 1.36.0 && < 1.40,
3535
neat-interpolation < 0.6 ,
3636
shell-escape < 0.3 ,
3737
text >= 0.2 && < 1.3

dhall-docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.0.6
2+
3+
* Build against `dhall-1.39.0`
4+
15
1.0.5
26

37
* [BUG FIX: Fix index generation](https://github.com/dhall-lang/dhall-haskell/pull/2150)

dhall-docs/dhall-docs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-docs
2-
Version: 1.0.5
2+
Version: 1.0.6
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.6.1
@@ -67,7 +67,7 @@ Library
6767
containers ,
6868
cryptonite < 0.30,
6969
directory >= 1.3.0.0 && < 1.4 ,
70-
dhall >= 1.38.0 && < 1.39,
70+
dhall >= 1.38.0 && < 1.40,
7171
file-embed >= 0.0.10.0 ,
7272
filepath >= 1.4 && < 1.5 ,
7373
lens-family-core >= 1.0.0 && < 2.2 ,

dhall-json/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.7.7
2+
3+
* Build against `dhall-1.39.0`
4+
15
1.7.6
26

37
* [Fix `hashable`-related test failures](https://github.com/dhall-lang/dhall-haskell/pull/2152)

dhall-json/dhall-json.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-json
2-
Version: 1.7.6
2+
Version: 1.7.7
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.4.3, GHC == 8.6.1
@@ -44,7 +44,7 @@ Library
4444
aeson-yaml >= 1.1.0 && < 1.2 ,
4545
bytestring < 0.12,
4646
containers >= 0.5.9 && < 0.7 ,
47-
dhall >= 1.38.0 && < 1.39,
47+
dhall >= 1.39.0 && < 1.40,
4848
exceptions >= 0.8.3 && < 0.11,
4949
filepath < 1.5 ,
5050
lens-family-core >= 1.0.0 && < 2.2 ,

dhall-lsp-server/dhall-lsp-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dhall-lsp-server
2-
Version: 1.0.14
2+
Version: 1.0.15
33
cabal-version: 1.12
44
synopsis: Language Server Protocol (LSP) server for Dhall
55
homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme
@@ -49,7 +49,7 @@ library
4949
, containers >= 0.5.11.0 && < 0.7
5050
, data-default >= 0.7.1.1 && < 0.8
5151
, directory >= 1.2.2.0 && < 1.4
52-
, dhall >= 1.38.0 && < 1.39
52+
, dhall >= 1.38.0 && < 1.40
5353
, dhall-json >= 1.4 && < 1.8
5454
, filepath >= 1.4.2 && < 1.5
5555
, haskell-lsp >= 0.19.0.0 && < 0.25

dhall-nix/dhall-nix.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-nix
2-
Version: 1.1.20
2+
Version: 1.1.21
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.0.1
@@ -30,7 +30,7 @@ Library
3030
base >= 4.11.0.0 && < 5 ,
3131
containers < 0.7 ,
3232
data-fix < 0.4 ,
33-
dhall >= 1.38 && < 1.39,
33+
dhall >= 1.39 && < 1.40,
3434
hnix >= 0.7 && < 0.14,
3535
lens-family-core >= 1.0.0 && < 2.2 ,
3636
neat-interpolation < 0.6 ,

dhall-nixpkgs/dhall-nixpkgs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version: 1.0.4
1+
Version: 1.0.5
22
Cabal-Version: >=1.10
33
Name: dhall-nixpkgs
44
Synopsis: Convert Dhall projects to Nix packages
@@ -19,7 +19,7 @@ Executable dhall-to-nixpkgs
1919
Build-Depends: base >= 4.11 && < 5
2020
, aeson >= 1.0.0.0 && < 1.6
2121
, data-fix
22-
, dhall >= 1.32.0 && < 1.39
22+
, dhall >= 1.32.0 && < 1.40
2323
, foldl < 1.5
2424
, hnix >= 0.10.1 && < 0.14
2525
, lens-family-core >= 1.0.0 && < 2.2

dhall-openapi/dhall-openapi.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-Version: >=1.10
22
Name: dhall-openapi
3-
Version: 1.0.0
3+
Version: 1.0.1
44
Homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi
55
Author: Fabrizio Ferrai
66
Maintainer: Gabriel439@gmail.com
@@ -78,7 +78,7 @@ Library
7878
base >= 4.11.0.0 && < 5 ,
7979
aeson >= 1.0.0.0 && < 1.6 ,
8080
containers >= 0.5.8.0 && < 0.7 ,
81-
dhall >= 1.38.0 && < 1.39 ,
81+
dhall >= 1.38.0 && < 1.40 ,
8282
prettyprinter >= 1.7.0 && < 1.8 ,
8383
scientific >= 0.3.0.0 && < 0.4 ,
8484
sort >= 1.0 && < 1.1 ,

dhall-yaml/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.7
2+
3+
* Build against `dhall-1.39.0`
4+
15
1.2.6
26

37
* [Allow bytestring-0.11](https://github.com/dhall-lang/dhall-haskell/pull/2144)

0 commit comments

Comments
 (0)