Skip to content

Commit d9d8a56

Browse files
authored
Version 1.41.2 → 1.42.0 (#2510)
1 parent ec955b9 commit d9d8a56

18 files changed

+77
-24
lines changed

dhall-bash/dhall-bash.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-bash
2-
Version: 1.0.40
2+
Version: 1.0.41
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.41.0 && < 1.42,
33+
dhall >= 1.42.0 && < 1.43,
3434
neat-interpolation < 0.6 ,
3535
shell-escape < 0.3 ,
3636
text >= 0.2 && < 2.1

dhall-csv/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.0.4
2+
3+
* Build against `dhall-1.42.0`
4+
15
1.0.3
26

37
* Builds against newer dependencies

dhall-csv/dhall-csv.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-csv
2-
Version: 1.0.3
2+
Version: 1.0.4
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.42,
41+
dhall >= 1.39.0 && < 1.43,
4242
filepath < 1.5 ,
4343
optparse-applicative ,
4444
prettyprinter >= 1.7.0 && < 1.8 ,

dhall-docs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.11
2+
3+
* Build against `dhall-1.42`
4+
* [Build against `turtle-1.6`](https://github.com/dhall-lang/dhall-haskell/pull/2465)
5+
* [Build against `transformers-0.6` and `mtl-2.3`](https://github.com/dhall-lang/dhall-haskell/pull/2471)
6+
17
1.0.10
28

39
* [Index non-`.dhall` files](https://github.com/dhall-lang/dhall-haskell/pull/2407)

dhall-docs/dhall-docs.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-docs
2-
Version: 1.0.10
2+
Version: 1.0.11
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -69,7 +69,7 @@ Library
6969
containers ,
7070
cryptohash-sha256 ,
7171
directory >= 1.3.0.0 && < 1.4 ,
72-
dhall >= 1.38.0 && < 1.42,
72+
dhall >= 1.38.0 && < 1.43,
7373
file-embed >= 0.0.10.0 ,
7474
filepath >= 1.4 && < 1.5 ,
7575
lens-family-core >= 1.0.0 && < 2.2 ,

dhall-json/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.7.12
2+
3+
* Build against `dhall-1.42`
4+
15
1.7.11
26

37
* [Add new `--preserve-header` option](https://github.com/dhall-lang/dhall-haskell/pull/2433)

dhall-json/dhall-json.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-json
2-
Version: 1.7.11
2+
Version: 1.7.12
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.41.0 && < 1.42,
46+
dhall >= 1.42.0 && < 1.43,
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dhall-lsp-server
2-
Version: 1.1.2
2+
Version: 1.1.3
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.42
52+
, dhall >= 1.38.0 && < 1.43
5353
, dhall-json >= 1.4 && < 1.8
5454
, filepath >= 1.4.2 && < 1.5
5555
, lsp >= 1.2.0.0 && < 1.5

dhall-nix/dhall-nix.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-nix
2-
Version: 1.1.25
2+
Version: 1.1.26
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.41 && < 1.42,
32+
dhall >= 1.42 && < 1.43,
3333
hnix >= 0.16 && < 0.17,
3434
lens-family-core >= 1.0.0 && < 2.2 ,
3535
neat-interpolation < 0.6 ,

dhall-nixpkgs/dhall-nixpkgs.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version: 1.0.9
1+
Version: 1.0.10
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.42
25+
, dhall >= 1.42.0 && < 1.43
2626
, foldl < 1.5
2727
, hnix >= 0.10.1 && < 0.17
2828
, lens-family-core >= 1.0.0 && < 2.2

dhall-openapi/dhall-openapi.cabal

+2-2
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.5
3+
Version: 1.0.6
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.2 ,
8181
containers >= 0.5.8.0 && < 0.7 ,
82-
dhall >= 1.38.0 && < 1.42 ,
82+
dhall >= 1.38.0 && < 1.43 ,
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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.0.3
2+
3+
* [Support `Integer`s](https://github.com/dhall-lang/dhall-haskell/pull/2469)
4+
15
1.0.2
26

37
* [Improve command-line interface](https://github.com/dhall-lang/dhall-haskell/pull/2355)

dhall-toml/dhall-toml.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-toml
2-
Version: 1.0.2
2+
Version: 1.0.3
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.42 ,
38+
dhall >= 1.39.0 && < 1.43 ,
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

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* Build against `dhall-1.42`
2+
13
1.2.11
24

35
* [Add new `--preserve-header` option](https://github.com/dhall-lang/dhall-haskell/pull/2410)

dhall-yaml/dhall-yaml.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-yaml
2-
Version: 1.2.11
2+
Version: 1.2.12
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.2 ,
3838
bytestring < 0.12,
39-
dhall >= 1.31.0 && < 1.42,
39+
dhall >= 1.31.0 && < 1.43,
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

+35-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
1-
Unreleased
2-
1+
1.42.0
2+
3+
* [Supports standard version 23.0.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v23.0.0)
4+
* [BREAKING CHANGE TO THE API AND LANGUAGE: Language support for `Bytes` literals](https://github.com/dhall-lang/dhall-haskell/pull/2499)
5+
* This is a breaking change to the API due to adding new `Bytes` and `BytesLiteral` constructors to the `Expr` type
6+
* This is a breaking change to the language now that `Bytes` is a reserved identifier
7+
* [BREAKING CHANGE TO THE API AND LANGUAGE: New `{Date,Time,TimeZone}/show` builtins](https://github.com/dhall-lang/dhall-haskell/pull/2493)
8+
* This is a breaking change to the API due to adding new `{Date,Time,TimeZone}Show` constructors to the `Expr` type
9+
* This is a breaking change to the language now that `{Date,Time,TimeZone}/show` are not reserved identifiers
10+
* [BREAKING CHANGE: `dhall lint` no longer sorts `let` bindings](https://github.com/dhall-lang/dhall-haskell/pull/2503)
11+
* This had to be removed because the old behavior was not always correct
12+
* The old behavior would sometimes change the behavior of a Dhall program or break the program
13+
* Out of an abundance of caution we're disabling the feature until it can be properly fixed (which is't trivial)
14+
* [BUG FIX: Fix pretty-printing of `Time` literals](https://github.com/dhall-lang/dhall-haskell/pull/2466)
15+
* The pretty-printer was stripping leading zeros from the fractional component
16+
of seconds
17+
* [BUG FIX: Fix custom normalizers to work for things other than functions](https://github.com/dhall-lang/dhall-haskell/pull/2464)
18+
* Before this change you could extend the language with custom functions, but
19+
not custom values (e.g. `foo = 1`)
20+
* [BUG FIX: Don't URL encode path components](https://github.com/dhall-lang/dhall-haskell/pull/2505)
21+
* The pretty-printer was URL-encoding path components, which is not correct (according to the standard)
22+
* 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)
23+
* New `dhall package` command: [#2478](https://github.com/dhall-lang/dhall-haskell/pull/2487), [#2508](https://github.com/dhall-lang/dhall-haskell/pull/2508)
24+
* This command makes it easier to turn a directory full of Dhall expressions
25+
into a dhall package (e.g. `package.dhall`)
26+
* [Improved `dhall to-directory-tree` subcommand](https://github.com/dhall-lang/dhall-haskell/pull/2437)
27+
* The `dhall to-directory-tree` subcommand now optionally supports specifying
28+
metadata for generated paths
29+
* For a worked example, see: https://github.com/dhall-lang/dhall-haskell/blob/main/dhall/examples/to-directory-tree.dhall
30+
* `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)
31+
* Before this change a second run would fail due to attempting to resolve
32+
the `missing` import it would generate
33+
* [New Template Haskell options for adding strictness annotations to generated Haskell types](https://github.com/dhall-lang/dhall-haskell/pull/2504)
34+
* [Template Haskell can now generate higher-kinded Haskell types from higher-kinded Dhall types](https://github.com/dhall-lang/dhall-haskell/pull/2506)
35+
* [New `Dhall.Freeze` utilities for working with custom evaluators](https://github.com/dhall-lang/dhall-haskell/pull/2478)
336
* [Add `Data` instances for `Import` and various other types](https://github.com/dhall-lang/dhall-haskell/pull/2462)
437
* [Add `Eq` instances for `InvalidDecoder` and `ExtractError`](https://github.com/dhall-lang/dhall-haskell/pull/2482)
538

dhall/dhall-lang

Submodule dhall-lang updated 311 files

dhall/dhall.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-Version: 2.4
22
Name: dhall
3-
Version: 1.41.2
3+
Version: 1.42.0
44
Build-Type: Simple
55
License: BSD-3-Clause
66
License-File: LICENSE

0 commit comments

Comments
 (0)