Skip to content

Commit

Permalink
Version 1.39.0 → 1.40.0 (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 authored Aug 21, 2021
1 parent b52fb4f commit 314a944
Show file tree
Hide file tree
Showing 19 changed files with 65 additions and 28 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.37
Version: 1.0.38
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.36.0 && < 1.40,
dhall >= 1.40.0 && < 1.41,
neat-interpolation < 0.6 ,
shell-escape < 0.3 ,
text >= 0.2 && < 1.3
Expand Down
4 changes: 2 additions & 2 deletions dhall-csv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.0.1
1.0.0

* Initial beta release
* Initial release
5 changes: 2 additions & 3 deletions dhall-csv/dhall-csv.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Name: dhall-csv
Version: 0.0.1
Version: 1.0.0
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.6.5
License: BSD3
License-File: LICENSE
Copyright: 2021 Marcos Lerones
Expand Down Expand Up @@ -39,7 +38,7 @@ Library
containers >= 0.5.9 && < 0.7 ,
either ,
exceptions >= 0.8.3 && < 0.11,
dhall >= 1.39.0 && < 1.40,
dhall >= 1.39.0 && < 1.41,
filepath < 1.5 ,
optparse-applicative ,
prettyprinter >= 1.5.1 && < 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.7

* [Add `--base-import-url` flag](https://github.com/dhall-lang/dhall-haskell/pull/2215)
* This flag adds a URL prefix to all paths copied to the clipboard for ease
of pasting the import in Dhall code

1.0.6

* Build against `dhall-1.39.0`
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.6
Version: 1.0.7
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down Expand Up @@ -66,7 +66,7 @@ Library
containers ,
cryptonite < 0.30,
directory >= 1.3.0.0 && < 1.4 ,
dhall >= 1.38.0 && < 1.40,
dhall >= 1.38.0 && < 1.41,
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.8

* [Add support for `Date` / `Time` / `TimeZone`](https://github.com/dhall-lang/dhall-haskell/pull/2247)

1.7.7

* Build against `dhall-1.39.0`
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.7
Version: 1.7.8
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.39.0 && < 1.40,
dhall >= 1.40.0 && < 1.41,
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.15
Version: 1.0.16
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.40
, dhall >= 1.38.0 && < 1.41
, dhall-json >= 1.4 && < 1.8
, filepath >= 1.4.2 && < 1.5
, haskell-lsp >= 0.19.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.21
Version: 1.1.22
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.39 && < 1.40,
dhall >= 1.40 && < 1.41,
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.5
Version: 1.0.6
Cabal-Version: >=1.10
Name: dhall-nixpkgs
Synopsis: Convert Dhall projects to Nix packages
Expand All @@ -19,7 +19,7 @@ Executable dhall-to-nixpkgs
Build-Depends: base >= 4.11 && < 5
, aeson >= 1.0.0.0 && < 1.6
, data-fix
, dhall >= 1.32.0 && < 1.40
, dhall >= 1.32.0 && < 1.41
, 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.10
Name: dhall-openapi
Version: 1.0.1
Version: 1.0.2
Homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi
Author: Fabrizio Ferrai
Maintainer: [email protected]
Expand Down Expand Up @@ -78,7 +78,7 @@ Library
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 1.6 ,
containers >= 0.5.8.0 && < 0.7 ,
dhall >= 1.38.0 && < 1.40 ,
dhall >= 1.38.0 && < 1.41 ,
prettyprinter >= 1.7.0 && < 1.8 ,
scientific >= 0.3.0.0 && < 0.4 ,
sort >= 1.0 && < 1.1 ,
Expand Down
5 changes: 2 additions & 3 deletions dhall-toml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
0.1.0

* Bootstrap in the package
1.0.0

* Initial release
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: 0.1.0
Version: 1.0.0
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.40 ,
dhall >= 1.39.0 && < 1.41 ,
tomland >= 1.3.2.0 && < 1.4 ,
text >= 0.11.1.0 && < 1.3 ,
containers >= 0.5.9 && < 0.7 ,
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.8

* Build against `dhall-1.40.0`

1.2.7

* Build against `dhall-1.39.0`
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.7
Version: 1.2.8
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 && < 1.6 ,
bytestring < 0.12,
dhall >= 1.31.0 && < 1.40,
dhall >= 1.31.0 && < 1.41,
dhall-json >= 1.6.0 && < 1.8 ,
optparse-applicative >= 0.14.0.0 && < 0.17,
text >= 0.11.1.0 && < 1.3 ,
Expand Down
23 changes: 23 additions & 0 deletions dhall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
1.40.0

* [Almost supports version 20.2.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v20.2.0)
* The main thing that is missing is support for the `headers.dhall` file
* [BREAKING CHANGE TO THE LANGUAGE: Add support for `Date` / `Time` / `TimeZone` ](https://github.com/dhall-lang/dhall-haskell/pull/2247)
* This is a breaking change because `Date`, `Time`, and `TimeZone` are
now reserved identifiers
* [Improved fallback behavior for `?`](https://github.com/dhall-lang/dhall-haskell/pull/2203)
* [BREAKING CHANGE TO THE LANGUAGE: Require whitespace before `with`](https://github.com/dhall-lang/dhall-haskell/pull/2213)
* The parser now requires whitespace before the `with` keyword, which brings
the Haskell implementation into closer compliance with the standard
* In practice this is a technically breaking change which will not affect
most programs
* [New `FromDhall` instances for `Predicate`, `Equivalence`, and `Op`](https://github.com/dhall-lang/dhall-haskell/pull/2278)
* [`dhall lint` will now sort `let` bindings with imports](https://github.com/dhall-lang/dhall-haskell/pull/2205)
* `dhall lint` now reorders `let` bindings to move imports to the top so
long as doing so does not change the behavior of the program
* Fixes and improvements to code formatting
* [#2280](https://github.com/dhall-lang/dhall-haskell/pull/2280)
* Fixes and improvements to error messages
* [#2244](https://github.com/dhall-lang/dhall-haskell/pull/2244)
* [#2238](https://github.com/dhall-lang/dhall-haskell/pull/2238)

1.39.0

* [Supports version 20.2.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v20.2.0)
Expand Down
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.39.0
Version: 1.40.0
Cabal-Version: 2.0
Build-Type: Simple
License: BSD3
Expand Down
2 changes: 2 additions & 0 deletions dhall/tests/Dhall/Test/Import.hs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ successTest prefix = do
, importDirectory </> "success/unit/cors/AllowedAll"
, importDirectory </> "success/unit/cors/SelfImportRelative"
, importDirectory </> "success/unit/cors/OnlyGithub"
, importDirectory </> "success/userHeaders"
, importDirectory </> "success/userHeadersOverride"
]

Test.Util.testCase prefix expectedFailures (do
Expand Down

0 comments on commit 314a944

Please sign in to comment.