Skip to content

Commit

Permalink
Version 1.11.1 → 1.12.0 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Mar 24, 2018
1 parent ed2041e commit 7d7b859
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.12.0

* Additional changes to support GHC 8.4
* See: https://github.com/dhall-lang/dhall-haskell/pull/331
* BREAKING CHANGE TO API: Replace dependency on `text-format` with `formatting`
* This replace the `Data.Text.Buildable.Buildable` instances with
`Formatting.Buildable.Buildable` instances, which is why this is a
breaking change
* `text-format` is no longer maintained and blocking GHC 8.4 support
* See: https://github.com/dhall-lang/dhall-haskell/pull/330

1.11.1

* Support GHC 8.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `dhall 1.11.1`
# `dhall 1.12.0`

`dhall` is a total programming language specialized to configuration files

Expand Down
3 changes: 1 addition & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}:
mkDerivation {
pname = "dhall";
version = "1.11.1";
version = "1.12.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand All @@ -21,7 +21,6 @@ mkDerivation {
lens-family-core memory parsers prettyprinter
prettyprinter-ansi-terminal scientific text transformers trifecta
unordered-containers vector

];
executableHaskellDepends = [
ansi-terminal base haskeline mtl optparse-generic prettyprinter
Expand Down
2 changes: 1 addition & 1 deletion dhall.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall
Version: 1.11.1
Version: 1.12.0
Cabal-Version: >=1.8.0.2
Build-Type: Simple
Tested-With: GHC == 8.0.1
Expand Down

0 comments on commit 7d7b859

Please sign in to comment.