Skip to content

Commit

Permalink
Version 1.41.2 → 1.42.0 (#2510)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Apr 19, 2023
1 parent ec955b9 commit d9d8a56
Show file tree
Hide file tree
Showing 18 changed files with 77 additions and 24 deletions.
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.40
Version: 1.0.41
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.41.0 && < 1.42,
dhall >= 1.42.0 && < 1.43,
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.4

* Build against `dhall-1.42.0`

1.0.3

* Builds against newer dependencies
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.3
Version: 1.0.4
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.42,
dhall >= 1.39.0 && < 1.43,
filepath < 1.5 ,
optparse-applicative ,
prettyprinter >= 1.7.0 && < 1.8 ,
Expand Down
6 changes: 6 additions & 0 deletions dhall-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.11

* Build against `dhall-1.42`
* [Build against `turtle-1.6`](https://github.com/dhall-lang/dhall-haskell/pull/2465)
* [Build against `transformers-0.6` and `mtl-2.3`](https://github.com/dhall-lang/dhall-haskell/pull/2471)

1.0.10

* [Index non-`.dhall` files](https://github.com/dhall-lang/dhall-haskell/pull/2407)
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.10
Version: 1.0.11
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down Expand Up @@ -69,7 +69,7 @@ Library
containers ,
cryptohash-sha256 ,
directory >= 1.3.0.0 && < 1.4 ,
dhall >= 1.38.0 && < 1.42,
dhall >= 1.38.0 && < 1.43,
file-embed >= 0.0.10.0 ,
filepath >= 1.4 && < 1.5 ,
lens-family-core >= 1.0.0 && < 2.2 ,
Expand Down
4 changes: 4 additions & 0 deletions dhall-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.7.12

* Build against `dhall-1.42`

1.7.11

* [Add new `--preserve-header` option](https://github.com/dhall-lang/dhall-haskell/pull/2433)
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.11
Version: 1.7.12
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.41.0 && < 1.42,
dhall >= 1.42.0 && < 1.43,
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.1.2
Version: 1.1.3
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.42
, dhall >= 1.38.0 && < 1.43
, dhall-json >= 1.4 && < 1.8
, filepath >= 1.4.2 && < 1.5
, lsp >= 1.2.0.0 && < 1.5
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.25
Version: 1.1.26
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.41 && < 1.42,
dhall >= 1.42 && < 1.43,
hnix >= 0.16 && < 0.17,
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.9
Version: 1.0.10
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.42
, dhall >= 1.42.0 && < 1.43
, foldl < 1.5
, hnix >= 0.10.1 && < 0.17
, 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.5
Version: 1.0.6
Homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi
Author: Fabrizio Ferrai
Maintainer: GenuineGabriella@gmail.com
Expand Down Expand Up @@ -79,7 +79,7 @@ Library
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 2.2 ,
containers >= 0.5.8.0 && < 0.7 ,
dhall >= 1.38.0 && < 1.42 ,
dhall >= 1.38.0 && < 1.43 ,
prettyprinter >= 1.7.0 && < 1.8 ,
scientific >= 0.3.0.0 && < 0.4 ,
sort >= 1.0 && < 1.1 ,
Expand Down
4 changes: 4 additions & 0 deletions dhall-toml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.3

* [Support `Integer`s](https://github.com/dhall-lang/dhall-haskell/pull/2469)

1.0.2

* [Improve command-line interface](https://github.com/dhall-lang/dhall-haskell/pull/2355)
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.2
Version: 1.0.3
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.42 ,
dhall >= 1.39.0 && < 1.43 ,
tomland >= 1.3.2.0 && < 1.4 ,
text >= 0.11.1.0 && < 2.1 ,
containers >= 0.5.9 && < 0.7 ,
Expand Down
2 changes: 2 additions & 0 deletions dhall-yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Build against `dhall-1.42`

1.2.11

* [Add new `--preserve-header` option](https://github.com/dhall-lang/dhall-haskell/pull/2410)
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.11
Version: 1.2.12
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.2 ,
bytestring < 0.12,
dhall >= 1.31.0 && < 1.42,
dhall >= 1.31.0 && < 1.43,
dhall-json >= 1.6.0 && < 1.8 ,
optparse-applicative >= 0.14.0.0 && < 0.18,
text >= 0.11.1.0 && < 2.1 ,
Expand Down
37 changes: 35 additions & 2 deletions dhall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
Unreleased

1.42.0

* [Supports standard version 23.0.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v23.0.0)
* [BREAKING CHANGE TO THE API AND LANGUAGE: Language support for `Bytes` literals](https://github.com/dhall-lang/dhall-haskell/pull/2499)
* This is a breaking change to the API due to adding new `Bytes` and `BytesLiteral` constructors to the `Expr` type
* This is a breaking change to the language now that `Bytes` is a reserved identifier
* [BREAKING CHANGE TO THE API AND LANGUAGE: New `{Date,Time,TimeZone}/show` builtins](https://github.com/dhall-lang/dhall-haskell/pull/2493)
* This is a breaking change to the API due to adding new `{Date,Time,TimeZone}Show` constructors to the `Expr` type
* This is a breaking change to the language now that `{Date,Time,TimeZone}/show` are not reserved identifiers
* [BREAKING CHANGE: `dhall lint` no longer sorts `let` bindings](https://github.com/dhall-lang/dhall-haskell/pull/2503)
* This had to be removed because the old behavior was not always correct
* The old behavior would sometimes change the behavior of a Dhall program or break the program
* Out of an abundance of caution we're disabling the feature until it can be properly fixed (which is't trivial)
* [BUG FIX: Fix pretty-printing of `Time` literals](https://github.com/dhall-lang/dhall-haskell/pull/2466)
* The pretty-printer was stripping leading zeros from the fractional component
of seconds
* [BUG FIX: Fix custom normalizers to work for things other than functions](https://github.com/dhall-lang/dhall-haskell/pull/2464)
* Before this change you could extend the language with custom functions, but
not custom values (e.g. `foo = 1`)
* [BUG FIX: Don't URL encode path components](https://github.com/dhall-lang/dhall-haskell/pull/2505)
* The pretty-printer was URL-encoding path components, which is not correct (according to the standard)
* URL path components are supposed to be already URL-encoded by the user and left undisturbed by the interpreter (which is now what it correctly does)
* New `dhall package` command: [#2478](https://github.com/dhall-lang/dhall-haskell/pull/2487), [#2508](https://github.com/dhall-lang/dhall-haskell/pull/2508)
* This command makes it easier to turn a directory full of Dhall expressions
into a dhall package (e.g. `package.dhall`)
* [Improved `dhall to-directory-tree` subcommand](https://github.com/dhall-lang/dhall-haskell/pull/2437)
* The `dhall to-directory-tree` subcommand now optionally supports specifying
metadata for generated paths
* For a worked example, see: https://github.com/dhall-lang/dhall-haskell/blob/main/dhall/examples/to-directory-tree.dhall
* `dhall freeze --cache --all` is now idempotent: [#2486](https://github.com/dhall-lang/dhall-haskell/pull/2486), [#2500](https://github.com/dhall-lang/dhall-haskell/pull/2500)
* Before this change a second run would fail due to attempting to resolve
the `missing` import it would generate
* [New Template Haskell options for adding strictness annotations to generated Haskell types](https://github.com/dhall-lang/dhall-haskell/pull/2504)
* [Template Haskell can now generate higher-kinded Haskell types from higher-kinded Dhall types](https://github.com/dhall-lang/dhall-haskell/pull/2506)
* [New `Dhall.Freeze` utilities for working with custom evaluators](https://github.com/dhall-lang/dhall-haskell/pull/2478)
* [Add `Data` instances for `Import` and various other types](https://github.com/dhall-lang/dhall-haskell/pull/2462)
* [Add `Eq` instances for `InvalidDecoder` and `ExtractError`](https://github.com/dhall-lang/dhall-haskell/pull/2482)

Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall-lang
Submodule dhall-lang updated 311 files
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.41.2
Version: 1.42.0
Build-Type: Simple
License: BSD-3-Clause
License-File: LICENSE
Expand Down

0 comments on commit d9d8a56

Please sign in to comment.