Skip to content

Commit 71fb47f

Browse files
authored
Version 1.40.2 → 1.41.0 (#2390)
1 parent 97ad9ac commit 71fb47f

File tree

17 files changed

+71
-21
lines changed

17 files changed

+71
-21
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.39
2+
Version: 1.0.40
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.40.0 && < 1.41,
33+
dhall >= 1.41.0 && < 1.42,
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.2
2+
3+
* Build against `dhall-1.41`
4+
* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)
15
1.0.1
26

37
* [Build against `tasty-silver` 3.3](https://github.com/dhall-lang/dhall-haskell/pull/2307)

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.1
2+
Version: 1.0.2
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.41,
41+
dhall >= 1.39.0 && < 1.42,
4242
filepath < 1.5 ,
4343
optparse-applicative ,
4444
prettyprinter >= 1.7.0 && < 1.8 ,

dhall-docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.0.9
2+
3+
* Build against `dhall-1.41`
4+
* [Relax upper bound on `path-io`](https://github.com/dhall-lang/dhall-haskell/pull/2385)
5+
* [Build against `optparse-applicative-0.17`](https://github.com/dhall-lang/dhall-haskell/pull/2376)
6+
* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)
7+
18
1.0.8
29

310
* [Support GHC 9.2](https://github.com/dhall-lang/dhall-haskell/pull/2328)

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.8
2+
Version: 1.0.9
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -67,7 +67,7 @@ Library
6767
containers ,
6868
cryptohash-sha256 ,
6969
directory >= 1.3.0.0 && < 1.4 ,
70-
dhall >= 1.38.0 && < 1.41,
70+
dhall >= 1.38.0 && < 1.42,
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.7.10
2+
3+
* [Don't use scientific notation for large integers](https://github.com/dhall-lang/dhall-haskell/pull/2352)
4+
* Build against `dhall-1.41`
5+
* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)
6+
* [Build against `optparse-applicative-0.17`](https://github.com/dhall-lang/dhall-haskell/pull/2376)
7+
18
1.7.9
29

310
* [Build against `aeson-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2315)

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.9
2+
Version: 1.7.10
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.40.0 && < 1.41,
46+
dhall >= 1.41.0 && < 1.42,
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.0.17
2+
Version: 1.0.18
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.41
52+
, dhall >= 1.38.0 && < 1.42
5353
, dhall-json >= 1.4 && < 1.8
5454
, filepath >= 1.4.2 && < 1.5
5555
, haskell-lsp >= 0.21.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.23
2+
Version: 1.1.24
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.40 && < 1.41,
32+
dhall >= 1.41 && < 1.42,
3333
hnix >= 0.7 && < 0.15,
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.7
1+
Version: 1.0.8
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.41
25+
, dhall >= 1.32.0 && < 1.42
2626
, foldl < 1.5
2727
, hnix >= 0.10.1 && < 0.15
2828
, lens-family-core >= 1.0.0 && < 2.2

0 commit comments

Comments
 (0)