Skip to content

Commit

Permalink
Version 1.40.1 → 1.40.2 (#2340)
Browse files Browse the repository at this point in the history
Fixes #2339
  • Loading branch information
Gabriella439 committed Nov 30, 2021
1 parent 31350b7 commit fc56822
Show file tree
Hide file tree
Showing 18 changed files with 66 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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.38
Version: 1.0.39
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
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.1

* [Build against `tasty-silver` 3.3](https://github.com/dhall-lang/dhall-haskell/pull/2307)

1.0.0

* Initial release
2 changes: 1 addition & 1 deletion 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.0
Version: 1.0.1
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down
8 changes: 8 additions & 0 deletions dhall-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.0.8

* [Support GHC 9.2](https://github.com/dhall-lang/dhall-haskell/pull/2328)
* [Build against `tasty-silver-3.3`](https://github.com/dhall-lang/dhall-haskell/pull/2307)
* [Build against `megaparsec-9.2`](https://github.com/dhall-lang/dhall-haskell/pull/2311)
* [Build against `lucid-2.11`](https://github.com/dhall-lang/dhall-haskell/pull/2327)
* [Build against `doctest-0.19`](https://github.com/dhall-lang/dhall-haskell/pull/2331)

1.0.7

* [Add `--base-import-url` flag](https://github.com/dhall-lang/dhall-haskell/pull/2215)
Expand Down
2 changes: 1 addition & 1 deletion 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.7
Version: 1.0.8
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
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.9

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

1.7.8

* [Add support for `Date` / `Time` / `TimeZone`](https://github.com/dhall-lang/dhall-haskell/pull/2247)
Expand Down
2 changes: 1 addition & 1 deletion 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.8
Version: 1.7.9
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down
2 changes: 1 addition & 1 deletion 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.16
Version: 1.0.17
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
2 changes: 1 addition & 1 deletion 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.22
Version: 1.1.23
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down
2 changes: 1 addition & 1 deletion dhall-nixpkgs/dhall-nixpkgs.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version: 1.0.6
Version: 1.0.7
Cabal-Version: >=1.10
Name: dhall-nixpkgs
Synopsis: Convert Dhall projects to Nix packages
Expand Down
2 changes: 1 addition & 1 deletion dhall-openapi/dhall-openapi.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cabal-Version: >=1.10
Cabal-Version: >=1.11
Name: dhall-openapi
Version: 1.0.2
Homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi
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.1

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

1.0.0

* Initial release
2 changes: 1 addition & 1 deletion 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.0
Version: 1.0.1
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down
4 changes: 4 additions & 0 deletions dhall-yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.9

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

1.2.8

* Build against `dhall-1.40.0`
Expand Down
2 changes: 1 addition & 1 deletion 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.8
Version: 1.2.9
Cabal-Version: >=1.10
Build-Type: Simple
License: GPL-3
Expand Down
30 changes: 30 additions & 0 deletions dhall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
1.40.2

* [Supports standard version 21.1.0](https://github.com/dhall-lang/dhall-haskell/pull/2236)
* [The interpreter now supports customizing headers using a `headers.dhall`
configuration file](https://github.com/dhall-lang/dhall-haskell/pull/2236)
* [Generalize grammar for certain annotations](https://github.com/dhall-lang/dhall-haskell/pull/2320)
* [Add support for a trailing line comment without a newline](https://github.com/dhall-lang/dhall-haskell/pull/2309)
* [BUG FIX: `dhall repl` no longer ignores type annotations on `:let` commands](https://github.com/dhall-lang/dhall-haskell/pull/2297)
* Before this fix, `:let x : T = 3` would ignore the `: T` type annotation
* [BUG FIX: Don't accept a bar after an empty union](https://github.com/dhall-lang/dhall-haskell/pull/2338)
* Before this fix, the interpreter would accept something like `<>|`, which
is not valid according to the standard grammar
* New `FromDhall`/`ToDhall` instances for `Day`/`TimeOfDay`/`TimeZone` [#2294](https://github.com/dhall-lang/dhall-haskell/pull/2294) [#2300](https://github.com/dhall-lang/dhall-haskell/pull/2300)
* These types correspond to the recent temporal literals added to the
language
* [New `subExpressionsWith` `Traversal`](https://github.com/dhall-lang/dhall-haskell/pull/2302)
* [Add Template Haskell support for modifying field names in generated Haskell
types](https://github.com/dhall-lang/dhall-haskell/pull/2285)
* This adds a new `makeHaskellTypesWith` utility with takes a
`GenerateOptions` function argument for customizing the code-generation
logic
* This comes in handy when Dhall fields have names are reserved keywords in
Haskell code. You can now transform the Haskell field names to avoid
collisions
* [Support GHC 9.2](https://github.com/dhall-lang/dhall-haskell/pull/2328)
* Fixes and improvements to documentation
* [#2290](https://github.com/dhall-lang/dhall-haskell/pull/2290)
* Fixes and improvements to error messages
* [#2303](https://github.com/dhall-lang/dhall-haskell/pull/2303)

1.40.1

* [BUG FIX: Fix equivalence check for `Date` / `Time` / `TimeZone`](https://github.com/dhall-lang/dhall-haskell/pull/2291)
Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall-lang
Submodule dhall-lang updated 52 files
+41 −0 CHANGELOG.md
+4 −0 Prelude/Text/package.dhall
+16 −0 Prelude/Text/shell-escape.dhall
+1 −1 Prelude/XML/Type
+3 −0 Prelude/XML/Type.dhall
+1 −1 Prelude/XML/element
+2 −1 Prelude/XML/element.dhall
+1 −1 Prelude/XML/leaf
+2 −2 Prelude/XML/leaf.dhall
+9 −5 Prelude/XML/package.dhall
+40 −0 Prelude/XML/rawText.dhall
+1 −1 Prelude/XML/render
+5 −4 Prelude/XML/render.dhall
+1 −1 Prelude/XML/text
+3 −2 Prelude/XML/text.dhall
+2 −2 Prelude/package.dhall
+0 −6 docs/howtos/How-to-integrate-Dhall.md
+114 −0 docs/howtos/How-to-validate-a-configuration-file.md
+10 −0 nixops/dhall-haskell-old.json
+7 −4 nixops/dhall-haskell.json
+2 −1 nixops/index.html
+4 −4 nixops/logical.nix
+16 −8 nixops/overlay.nix
+15 −0 nixops/packages/Prelude_21_0_0.nix
+1 −0 nixops/store.nix
+11 −4 standard/Parser.hs
+1 −1 standard/beta-normalization.md
+30 −31 standard/dhall.abnf
+10 −2 standard/imports.md
+4 −4 standard/type-inference.md
+1 −1 standard/versioning.md
+1 −0 tests/import/data/userAgent.dhall
+0 −0 tests/import/failure/originHeadersFromRemote.dhall
+11 −0 tests/import/failure/originHeadersFromRemoteENV.dhall
+1 −0 tests/import/success/originHeadersA.dhall
+0 −0 tests/import/success/originHeadersB.dhall
+0 −0 tests/import/success/originHeadersENV.dhall
+1 −0 tests/import/success/originHeadersImportA.dhall
+5 −0 tests/import/success/originHeadersImportB.dhall
+10 −0 tests/import/success/originHeadersImportENV.dhall
+1 −0 tests/import/success/originHeadersImportFromEnvA.dhall
+5 −0 tests/import/success/originHeadersImportFromEnvB.dhall
+11 −0 tests/import/success/originHeadersImportFromEnvENV.dhall
+0 −0 tests/import/success/originHeadersOverrideA.dhall
+0 −0 tests/import/success/originHeadersOverrideB.dhall
+0 −0 tests/import/success/originHeadersOverrideENV.dhall
+2 −0 tests/parser/success/unit/TrailingLineCommentWithoutNewlineA.dhall
+1 −0 tests/parser/success/unit/TrailingLineCommentWithoutNewlineB.dhallb
+1 −0 tests/parser/success/unit/TrailingLineCommentWithoutNewlineB.diag
+21 −0 tests/type-inference/success/preludeB.dhall
+1 −0 tests/type-inference/success/unit/ConstructorShiftA.dhall
+1 −0 tests/type-inference/success/unit/ConstructorShiftB.dhall
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall
Version: 1.40.1
Version: 1.40.2
Cabal-Version: 2.0
Build-Type: Simple
License: BSD3
Expand Down

0 comments on commit fc56822

Please sign in to comment.