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

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.11
22
Name: dhall-openapi
3-
Version: 1.0.2
3+
Version: 1.0.3
44
Homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi
55
Author: Fabrizio Ferrai
66
Maintainer: [email protected]
@@ -79,7 +79,7 @@ Library
7979
base >= 4.11.0.0 && < 5 ,
8080
aeson >= 1.0.0.0 && < 2.1 ,
8181
containers >= 0.5.8.0 && < 0.7 ,
82-
dhall >= 1.38.0 && < 1.41 ,
82+
dhall >= 1.38.0 && < 1.42 ,
8383
prettyprinter >= 1.7.0 && < 1.8 ,
8484
scientific >= 0.3.0.0 && < 0.4 ,
8585
sort >= 1.0 && < 1.1 ,

dhall-toml/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.2
2+
3+
* [Improve command-line interface](https://github.com/dhall-lang/dhall-haskell/pull/2355)
4+
* [Build against `optparse-applicative-0.17`](https://github.com/dhall-lang/dhall-haskell/pull/2355)
5+
* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)
6+
17
1.0.1
28

39
* [Fix doctest](https://github.com/dhall-lang/dhall-haskell/pull/2325)

dhall-toml/dhall-toml.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-toml
2-
Version: 1.0.1
2+
Version: 1.0.2
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -35,7 +35,7 @@ Library
3535
Hs-Source-Dirs: src
3636
Build-Depends:
3737
base >= 4.12 && < 5 ,
38-
dhall >= 1.39.0 && < 1.41 ,
38+
dhall >= 1.39.0 && < 1.42 ,
3939
tomland >= 1.3.2.0 && < 1.4 ,
4040
text >= 0.11.1.0 && < 2.1 ,
4141
containers >= 0.5.9 && < 0.7 ,

dhall-yaml/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.2.10
2+
3+
* Build against `dhall-1.41`
4+
* [Build against `optparse-applicative-0.17`](https://github.com/dhall-lang/dhall-haskell/pull/2376)
5+
* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)
6+
17
1.2.9
28

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

dhall-yaml/dhall-yaml.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-yaml
2-
Version: 1.2.9
2+
Version: 1.2.10
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: GPL-3
@@ -36,7 +36,7 @@ Library
3636
base >= 4.11.0.0 && < 5 ,
3737
aeson >= 1.0.0.0 && < 2.1 ,
3838
bytestring < 0.12,
39-
dhall >= 1.31.0 && < 1.41,
39+
dhall >= 1.31.0 && < 1.42,
4040
dhall-json >= 1.6.0 && < 1.8 ,
4141
optparse-applicative >= 0.14.0.0 && < 0.18,
4242
text >= 0.11.1.0 && < 2.1 ,

dhall/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
1.41.0
2+
3+
* [Support standard version 22.0.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v22.0.0)
4+
* [Allow `with` expressions to update `Optional` values using `?`](https://github.com/dhall-lang/dhall-haskell/pull/2386)
5+
* [Add `showConstructor` keyword](https://github.com/dhall-lang/dhall-haskell/pull/2384)
6+
* [BUG FIX: Fix pretty-printing of time zones](https://github.com/dhall-lang/dhall-haskell/pull/2379)
7+
* Timezones with a negative offset were previously being rendered with two
8+
leading minus signs instead of one
9+
* [BUG FIX: `dhall freeze --cache` to work with standard version 21.0.0](https://github.com/dhall-lang/dhall-haskell/pull/2350)
10+
* `dhall freeze` will now use `missing sha256:…` for the first import so that
11+
the latter import will be tried if the import is not in cache
12+
* The old behavior is incompatible with standard version 21.0.0 because the
13+
new behavior of the `?` operator doesn't fall back on hash mismatches
14+
* [BUG FIX: Allow `with` expression to update a field named `Some`](https://github.com/dhall-lang/dhall-haskell/pull/2354)
15+
* This fixes a discrepancy between the Haskell implementation and the standard
16+
where the Haskell implementation would not permit
17+
`{ Some = 0 } with Some = 1 `
18+
* [Fix `dhall {format,lint,freeze}` to preserve leading shebangs](https://github.com/dhall-lang/dhall-haskell/pull/2364)
19+
* [Add `FromDhall` instances for `Int{8,16,32,64}`](https://github.com/dhall-lang/dhall-haskell/pull/2349)
20+
121
1.40.2
222

323
* [Supports standard version 21.1.0](https://github.com/dhall-lang/dhall-haskell/pull/2236)

dhall/dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-Version: 2.4
22
Name: dhall
3-
Version: 1.40.2
3+
Version: 1.41.0
44
Build-Type: Simple
55
License: BSD-3-Clause
66
License-File: LICENSE

0 commit comments

Comments
 (0)