Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.40.2 → 1.41.0 #2390

Merged
merged 4 commits into from
Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dhall-bash/dhall-bash.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-bash
Version: 1.0.39
Version: 1.0.40
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down Expand Up @@ -30,7 +30,7 @@ Library
base >= 4.11.0.0 && < 5 ,
bytestring < 0.12,
containers < 0.7 ,
dhall >= 1.40.0 && < 1.41,
dhall >= 1.41.0 && < 1.42,
neat-interpolation < 0.6 ,
shell-escape < 0.3 ,
text >= 0.2 && < 2.1
Expand Down
4 changes: 4 additions & 0 deletions dhall-csv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.2

* Build against `dhall-1.41`
* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)
1.0.1

* [Build against `tasty-silver` 3.3](https://github.com/dhall-lang/dhall-haskell/pull/2307)
Expand Down
4 changes: 2 additions & 2 deletions dhall-csv/dhall-csv.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-csv
Version: 1.0.1
Version: 1.0.2
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down Expand Up @@ -38,7 +38,7 @@ Library
containers >= 0.5.9 && < 0.7 ,
either ,
exceptions >= 0.8.3 && < 0.11,
dhall >= 1.39.0 && < 1.41,
dhall >= 1.39.0 && < 1.42,
filepath < 1.5 ,
optparse-applicative ,
prettyprinter >= 1.7.0 && < 1.8 ,
Expand Down
7 changes: 7 additions & 0 deletions dhall-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.0.9

* Build against `dhall-1.41`
* [Relax upper bound on `path-io`](https://github.com/dhall-lang/dhall-haskell/pull/2385)
* [Build against `optparse-applicative-0.17`](https://github.com/dhall-lang/dhall-haskell/pull/2376)
* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)

1.0.8

* [Support GHC 9.2](https://github.com/dhall-lang/dhall-haskell/pull/2328)
Expand Down
4 changes: 2 additions & 2 deletions dhall-docs/dhall-docs.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-docs
Version: 1.0.8
Version: 1.0.9
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down Expand Up @@ -67,7 +67,7 @@ Library
containers ,
cryptohash-sha256 ,
directory >= 1.3.0.0 && < 1.4 ,
dhall >= 1.38.0 && < 1.41,
dhall >= 1.38.0 && < 1.42,
file-embed >= 0.0.10.0 ,
filepath >= 1.4 && < 1.5 ,
lens-family-core >= 1.0.0 && < 2.2 ,
Expand Down
7 changes: 7 additions & 0 deletions dhall-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.7.10

* [Don't use scientific notation for large integers](https://github.com/dhall-lang/dhall-haskell/pull/2352)
* Build against `dhall-1.41`
* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)
* [Build against `optparse-applicative-0.17`](https://github.com/dhall-lang/dhall-haskell/pull/2376)

1.7.9

* [Build against `aeson-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2315)
Expand Down
4 changes: 2 additions & 2 deletions dhall-json/dhall-json.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-json
Version: 1.7.9
Version: 1.7.10
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down Expand Up @@ -43,7 +43,7 @@ Library
aeson-yaml >= 1.1.0 && < 1.2 ,
bytestring < 0.12,
containers >= 0.5.9 && < 0.7 ,
dhall >= 1.40.0 && < 1.41,
dhall >= 1.41.0 && < 1.42,
exceptions >= 0.8.3 && < 0.11,
filepath < 1.5 ,
lens-family-core >= 1.0.0 && < 2.2 ,
Expand Down
4 changes: 2 additions & 2 deletions dhall-lsp-server/dhall-lsp-server.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dhall-lsp-server
Version: 1.0.17
Version: 1.0.18
cabal-version: 1.12
synopsis: Language Server Protocol (LSP) server for Dhall
homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme
Expand Down Expand Up @@ -49,7 +49,7 @@ library
, containers >= 0.5.11.0 && < 0.7
, data-default >= 0.7.1.1 && < 0.8
, directory >= 1.2.2.0 && < 1.4
, dhall >= 1.38.0 && < 1.41
, dhall >= 1.38.0 && < 1.42
, dhall-json >= 1.4 && < 1.8
, filepath >= 1.4.2 && < 1.5
, haskell-lsp >= 0.21.0.0 && < 0.25
Expand Down
4 changes: 2 additions & 2 deletions dhall-nix/dhall-nix.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-nix
Version: 1.1.23
Version: 1.1.24
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down Expand Up @@ -29,7 +29,7 @@ Library
base >= 4.11.0.0 && < 5 ,
containers < 0.7 ,
data-fix < 0.4 ,
dhall >= 1.40 && < 1.41,
dhall >= 1.41 && < 1.42,
hnix >= 0.7 && < 0.15,
lens-family-core >= 1.0.0 && < 2.2 ,
neat-interpolation < 0.6 ,
Expand Down
4 changes: 2 additions & 2 deletions dhall-nixpkgs/dhall-nixpkgs.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version: 1.0.7
Version: 1.0.8
Cabal-Version: >=1.10
Name: dhall-nixpkgs
Synopsis: Convert Dhall projects to Nix packages
Expand All @@ -22,7 +22,7 @@ Executable dhall-to-nixpkgs
, base64-bytestring >= 1.1.0.0
, bytestring < 0.12
, data-fix
, dhall >= 1.32.0 && < 1.41
, dhall >= 1.32.0 && < 1.42
, foldl < 1.5
, hnix >= 0.10.1 && < 0.15
, lens-family-core >= 1.0.0 && < 2.2
Expand Down
4 changes: 2 additions & 2 deletions dhall-openapi/dhall-openapi.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-Version: >=1.11
Name: dhall-openapi
Version: 1.0.2
Version: 1.0.3
Homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi
Author: Fabrizio Ferrai
Maintainer: [email protected]
Expand Down Expand Up @@ -79,7 +79,7 @@ Library
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 2.1 ,
containers >= 0.5.8.0 && < 0.7 ,
dhall >= 1.38.0 && < 1.41 ,
dhall >= 1.38.0 && < 1.42 ,
prettyprinter >= 1.7.0 && < 1.8 ,
scientific >= 0.3.0.0 && < 0.4 ,
sort >= 1.0 && < 1.1 ,
Expand Down
6 changes: 6 additions & 0 deletions dhall-toml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.2

* [Improve command-line interface](https://github.com/dhall-lang/dhall-haskell/pull/2355)
* [Build against `optparse-applicative-0.17`](https://github.com/dhall-lang/dhall-haskell/pull/2355)
* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)

1.0.1

* [Fix doctest](https://github.com/dhall-lang/dhall-haskell/pull/2325)
Expand Down
4 changes: 2 additions & 2 deletions dhall-toml/dhall-toml.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-toml
Version: 1.0.1
Version: 1.0.2
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down Expand Up @@ -35,7 +35,7 @@ Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4.12 && < 5 ,
dhall >= 1.39.0 && < 1.41 ,
dhall >= 1.39.0 && < 1.42 ,
tomland >= 1.3.2.0 && < 1.4 ,
text >= 0.11.1.0 && < 2.1 ,
containers >= 0.5.9 && < 0.7 ,
Expand Down
6 changes: 6 additions & 0 deletions dhall-yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.2.10

* Build against `dhall-1.41`
* [Build against `optparse-applicative-0.17`](https://github.com/dhall-lang/dhall-haskell/pull/2376)
* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)

1.2.9

* [Build against `aeson-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2315)
Expand Down
4 changes: 2 additions & 2 deletions dhall-yaml/dhall-yaml.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-yaml
Version: 1.2.9
Version: 1.2.10
Cabal-Version: >=1.10
Build-Type: Simple
License: GPL-3
Expand Down Expand Up @@ -36,7 +36,7 @@ Library
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 2.1 ,
bytestring < 0.12,
dhall >= 1.31.0 && < 1.41,
dhall >= 1.31.0 && < 1.42,
dhall-json >= 1.6.0 && < 1.8 ,
optparse-applicative >= 0.14.0.0 && < 0.18,
text >= 0.11.1.0 && < 2.1 ,
Expand Down
20 changes: 20 additions & 0 deletions dhall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
1.41.0

* [Support standard version 22.0.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v22.0.0)
* [Allow `with` expressions to update `Optional` values using `?`](https://github.com/dhall-lang/dhall-haskell/pull/2386)
* [Add `showConstructor` keyword](https://github.com/dhall-lang/dhall-haskell/pull/2384)
* [BUG FIX: Fix pretty-printing of time zones](https://github.com/dhall-lang/dhall-haskell/pull/2379)
* Timezones with a negative offset were previously being rendered with two
leading minus signs instead of one
* [BUG FIX: `dhall freeze --cache` to work with standard version 21.0.0](https://github.com/dhall-lang/dhall-haskell/pull/2350)
* `dhall freeze` will now use `missing sha256:…` for the first import so that
the latter import will be tried if the import is not in cache
* The old behavior is incompatible with standard version 21.0.0 because the
new behavior of the `?` operator doesn't fall back on hash mismatches
* [BUG FIX: Allow `with` expression to update a field named `Some`](https://github.com/dhall-lang/dhall-haskell/pull/2354)
* This fixes a discrepancy between the Haskell implementation and the standard
where the Haskell implementation would not permit
`{ Some = 0 } with Some = 1 `
* [Fix `dhall {format,lint,freeze}` to preserve leading shebangs](https://github.com/dhall-lang/dhall-haskell/pull/2364)
* [Add `FromDhall` instances for `Int{,8,16,32,64}`](https://github.com/dhall-lang/dhall-haskell/pull/2349)
Gabriella439 marked this conversation as resolved.
Show resolved Hide resolved

1.40.2

* [Supports standard version 21.1.0](https://github.com/dhall-lang/dhall-haskell/pull/2236)
Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-Version: 2.4
Name: dhall
Version: 1.40.2
Version: 1.41.0
Build-Type: Simple
License: BSD-3-Clause
License-File: LICENSE
Expand Down