File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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+
1121.11.1
213
314* Support GHC 8.4
Original file line number Diff line number Diff line change 1- # ` dhall 1.11.1 `
1+ # ` dhall 1.12.0 `
22
33` dhall ` is a total programming language specialized to configuration files
44
Original file line number Diff line number Diff line change 1010} :
1111mkDerivation {
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
Original file line number Diff line number Diff line change 11Name : dhall
2- Version : 1.11.1
2+ Version : 1.12.0
33Cabal-Version : >= 1.8.0.2
44Build-Type : Simple
55Tested-With : GHC == 8.0.1
You can’t perform that action at this time.
0 commit comments