Skip to content

Commit d9d8a56

Browse files
authored
Version 1.41.2 → 1.42.0 (#2510)
1 parent ec955b9 commit d9d8a56

File tree

18 files changed

+77
-24
lines changed

18 files changed

+77
-24
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.40
2+
Version: 1.0.41
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -30,7 +30,7 @@ Library
3030
base >= 4.11.0.0 && < 5 ,
3131
bytestring < 0.12,
3232
containers < 0.7 ,
33-
dhall >= 1.41.0 && < 1.42,
33+
dhall >= 1.42.0 && < 1.43,
3434
neat-interpolation < 0.6 ,
3535
shell-escape < 0.3 ,
3636
text >= 0.2 && < 2.1

dhall-csv/CHANGELOG.md

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

37
* Builds against newer dependencies

dhall-csv/dhall-csv.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-csv
2-
Version: 1.0.3
2+
Version: 1.0.4
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -38,7 +38,7 @@ Library
3838
containers >= 0.5.9 && < 0.7 ,
3939
either ,
4040
exceptions >= 0.8.3 && < 0.11,
41-
dhall >= 1.39.0 && < 1.42,
41+
dhall >= 1.39.0 && < 1.43,
4242
filepath < 1.5 ,
4343
optparse-applicative ,
4444
prettyprinter >= 1.7.0 && < 1.8 ,

dhall-docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.11
2+
3+
* Build against `dhall-1.42`
4+
* [Build against `turtle-1.6`](https://github.com/dhall-lang/dhall-haskell/pull/2465)
5+
* [Build against `transformers-0.6` and `mtl-2.3`](https://github.com/dhall-lang/dhall-haskell/pull/2471)
6+
17
1.0.10
28

39
* [Index non-`.dhall` files](https://github.com/dhall-lang/dhall-haskell/pull/2407)

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.10
2+
Version: 1.0.11
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -69,7 +69,7 @@ Library
6969
containers ,
7070
cryptohash-sha256 ,
7171
directory >= 1.3.0.0 && < 1.4 ,
72-
dhall >= 1.38.0 && < 1.42,
72+
dhall >= 1.38.0 && < 1.43,
7373
file-embed >= 0.0.10.0 ,
7474
filepath >= 1.4 && < 1.5 ,
7575
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.12
2+
3+
* Build against `dhall-1.42`
4+
15
1.7.11
26

37
* [Add new `--preserve-header` option](https://github.com/dhall-lang/dhall-haskell/pull/2433)

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.11
2+
Version: 1.7.12
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -43,7 +43,7 @@ Library
4343
aeson-yaml >= 1.1.0 && < 1.2 ,
4444
bytestring < 0.12,
4545
containers >= 0.5.9 && < 0.7 ,
46-
dhall >= 1.41.0 && < 1.42,
46+
dhall >= 1.42.0 && < 1.43,
4747
exceptions >= 0.8.3 && < 0.11,
4848
filepath < 1.5 ,
4949
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.1.2
2+
Version: 1.1.3
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.42
52+
, dhall >= 1.38.0 && < 1.43
5353
, dhall-json >= 1.4 && < 1.8
5454
, filepath >= 1.4.2 && < 1.5
5555
, lsp >= 1.2.0.0 && < 1.5

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.25
2+
Version: 1.1.26
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -29,7 +29,7 @@ Library
2929
base >= 4.11.0.0 && < 5 ,
3030
containers < 0.7 ,
3131
data-fix < 0.4 ,
32-
dhall >= 1.41 && < 1.42,
32+
dhall >= 1.42 && < 1.43,
3333
hnix >= 0.16 && < 0.17,
3434
lens-family-core >= 1.0.0 && < 2.2 ,
3535
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.9
1+
Version: 1.0.10
22
Cabal-Version: >=1.10
33
Name: dhall-nixpkgs
44
Synopsis: Convert Dhall projects to Nix packages
@@ -22,7 +22,7 @@ Executable dhall-to-nixpkgs
2222
, base64-bytestring >= 1.1.0.0
2323
, bytestring < 0.12
2424
, data-fix
25-
, dhall >= 1.32.0 && < 1.42
25+
, dhall >= 1.42.0 && < 1.43
2626
, foldl < 1.5
2727
, hnix >= 0.10.1 && < 0.17
2828
, lens-family-core >= 1.0.0 && < 2.2

0 commit comments

Comments
 (0)