From 71fb47ff54779bac5f76c1e022f6e2a514f9e1e5 Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Mon, 21 Feb 2022 18:09:13 -0800 Subject: [PATCH] =?UTF-8?q?Version=201.40.2=20=E2=86=92=201.41.0=20(#2390)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dhall-bash/dhall-bash.cabal | 4 ++-- dhall-csv/CHANGELOG.md | 4 ++++ dhall-csv/dhall-csv.cabal | 4 ++-- dhall-docs/CHANGELOG.md | 7 +++++++ dhall-docs/dhall-docs.cabal | 4 ++-- dhall-json/CHANGELOG.md | 7 +++++++ dhall-json/dhall-json.cabal | 4 ++-- dhall-lsp-server/dhall-lsp-server.cabal | 4 ++-- dhall-nix/dhall-nix.cabal | 4 ++-- dhall-nixpkgs/dhall-nixpkgs.cabal | 4 ++-- dhall-openapi/dhall-openapi.cabal | 4 ++-- dhall-toml/CHANGELOG.md | 6 ++++++ dhall-toml/dhall-toml.cabal | 4 ++-- dhall-yaml/CHANGELOG.md | 6 ++++++ dhall-yaml/dhall-yaml.cabal | 4 ++-- dhall/CHANGELOG.md | 20 ++++++++++++++++++++ dhall/dhall.cabal | 2 +- 17 files changed, 71 insertions(+), 21 deletions(-) diff --git a/dhall-bash/dhall-bash.cabal b/dhall-bash/dhall-bash.cabal index d21f521c7..a305bbf62 100644 --- a/dhall-bash/dhall-bash.cabal +++ b/dhall-bash/dhall-bash.cabal @@ -1,5 +1,5 @@ Name: dhall-bash -Version: 1.0.39 +Version: 1.0.40 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 @@ -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 diff --git a/dhall-csv/CHANGELOG.md b/dhall-csv/CHANGELOG.md index 632fcd5b3..dc5041987 100644 --- a/dhall-csv/CHANGELOG.md +++ b/dhall-csv/CHANGELOG.md @@ -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) diff --git a/dhall-csv/dhall-csv.cabal b/dhall-csv/dhall-csv.cabal index 723fa85c3..e716482f6 100644 --- a/dhall-csv/dhall-csv.cabal +++ b/dhall-csv/dhall-csv.cabal @@ -1,5 +1,5 @@ Name: dhall-csv -Version: 1.0.1 +Version: 1.0.2 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 @@ -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 , diff --git a/dhall-docs/CHANGELOG.md b/dhall-docs/CHANGELOG.md index 14e6ca82a..930a3fd91 100644 --- a/dhall-docs/CHANGELOG.md +++ b/dhall-docs/CHANGELOG.md @@ -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) diff --git a/dhall-docs/dhall-docs.cabal b/dhall-docs/dhall-docs.cabal index 14000e02a..f9d8c6449 100644 --- a/dhall-docs/dhall-docs.cabal +++ b/dhall-docs/dhall-docs.cabal @@ -1,5 +1,5 @@ Name: dhall-docs -Version: 1.0.8 +Version: 1.0.9 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 @@ -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 , diff --git a/dhall-json/CHANGELOG.md b/dhall-json/CHANGELOG.md index 1b4856906..6b9248390 100644 --- a/dhall-json/CHANGELOG.md +++ b/dhall-json/CHANGELOG.md @@ -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) diff --git a/dhall-json/dhall-json.cabal b/dhall-json/dhall-json.cabal index a36f44d26..d1f7db2b5 100644 --- a/dhall-json/dhall-json.cabal +++ b/dhall-json/dhall-json.cabal @@ -1,5 +1,5 @@ Name: dhall-json -Version: 1.7.9 +Version: 1.7.10 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 @@ -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 , diff --git a/dhall-lsp-server/dhall-lsp-server.cabal b/dhall-lsp-server/dhall-lsp-server.cabal index 204cee6d4..fd26893aa 100644 --- a/dhall-lsp-server/dhall-lsp-server.cabal +++ b/dhall-lsp-server/dhall-lsp-server.cabal @@ -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 @@ -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 diff --git a/dhall-nix/dhall-nix.cabal b/dhall-nix/dhall-nix.cabal index 35ad854cb..b3709b8a6 100644 --- a/dhall-nix/dhall-nix.cabal +++ b/dhall-nix/dhall-nix.cabal @@ -1,5 +1,5 @@ Name: dhall-nix -Version: 1.1.23 +Version: 1.1.24 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 @@ -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 , diff --git a/dhall-nixpkgs/dhall-nixpkgs.cabal b/dhall-nixpkgs/dhall-nixpkgs.cabal index 14af840c6..4e69cf4c2 100644 --- a/dhall-nixpkgs/dhall-nixpkgs.cabal +++ b/dhall-nixpkgs/dhall-nixpkgs.cabal @@ -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 @@ -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 diff --git a/dhall-openapi/dhall-openapi.cabal b/dhall-openapi/dhall-openapi.cabal index 3a3c02243..b56d97af3 100644 --- a/dhall-openapi/dhall-openapi.cabal +++ b/dhall-openapi/dhall-openapi.cabal @@ -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: Gabriel439@gmail.com @@ -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 , diff --git a/dhall-toml/CHANGELOG.md b/dhall-toml/CHANGELOG.md index eea95dca0..a0972735a 100644 --- a/dhall-toml/CHANGELOG.md +++ b/dhall-toml/CHANGELOG.md @@ -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) diff --git a/dhall-toml/dhall-toml.cabal b/dhall-toml/dhall-toml.cabal index a1b6ebab4..56ca15fe8 100644 --- a/dhall-toml/dhall-toml.cabal +++ b/dhall-toml/dhall-toml.cabal @@ -1,5 +1,5 @@ Name: dhall-toml -Version: 1.0.1 +Version: 1.0.2 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 @@ -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 , diff --git a/dhall-yaml/CHANGELOG.md b/dhall-yaml/CHANGELOG.md index 42f2e9161..ebe5c057b 100644 --- a/dhall-yaml/CHANGELOG.md +++ b/dhall-yaml/CHANGELOG.md @@ -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) diff --git a/dhall-yaml/dhall-yaml.cabal b/dhall-yaml/dhall-yaml.cabal index f2cc379ac..76a5cc8fc 100644 --- a/dhall-yaml/dhall-yaml.cabal +++ b/dhall-yaml/dhall-yaml.cabal @@ -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 @@ -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 , diff --git a/dhall/CHANGELOG.md b/dhall/CHANGELOG.md index 80aac8cbf..f13f1371d 100644 --- a/dhall/CHANGELOG.md +++ b/dhall/CHANGELOG.md @@ -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) + 1.40.2 * [Supports standard version 21.1.0](https://github.com/dhall-lang/dhall-haskell/pull/2236) diff --git a/dhall/dhall.cabal b/dhall/dhall.cabal index b005eb23e..4139bfd6f 100644 --- a/dhall/dhall.cabal +++ b/dhall/dhall.cabal @@ -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