Skip to content

Commit 7d7b859

Browse files
authored
Version 1.11.1 → 1.12.0 (#334)
1 parent ed2041e commit 7d7b859

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
1.12.0
2+
3+
* Additional changes to support GHC 8.4
4+
* See: https://github.com/dhall-lang/dhall-haskell/pull/331
5+
* BREAKING CHANGE TO API: Replace dependency on `text-format` with `formatting`
6+
* This replace the `Data.Text.Buildable.Buildable` instances with
7+
`Formatting.Buildable.Buildable` instances, which is why this is a
8+
breaking change
9+
* `text-format` is no longer maintained and blocking GHC 8.4 support
10+
* See: https://github.com/dhall-lang/dhall-haskell/pull/330
11+
112
1.11.1
213

314
* Support GHC 8.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `dhall 1.11.1`
1+
# `dhall 1.12.0`
22

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

default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}:
1111
mkDerivation {
1212
pname = "dhall";
13-
version = "1.11.1";
13+
version = "1.12.0";
1414
src = ./.;
1515
isLibrary = true;
1616
isExecutable = true;
@@ -21,7 +21,6 @@ mkDerivation {
2121
lens-family-core memory parsers prettyprinter
2222
prettyprinter-ansi-terminal scientific text transformers trifecta
2323
unordered-containers vector
24-
2524
];
2625
executableHaskellDepends = [
2726
ansi-terminal base haskeline mtl optparse-generic prettyprinter

dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall
2-
Version: 1.11.1
2+
Version: 1.12.0
33
Cabal-Version: >=1.8.0.2
44
Build-Type: Simple
55
Tested-With: GHC == 8.0.1

0 commit comments

Comments
 (0)