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
+
1
12
1.11.1
2
13
3
14
* Support GHC 8.4
Original file line number Diff line number Diff line change 1
- # ` dhall 1.11.1 `
1
+ # ` dhall 1.12.0 `
2
2
3
3
` dhall ` is a total programming language specialized to configuration files
4
4
Original file line number Diff line number Diff line change 10
10
} :
11
11
mkDerivation {
12
12
pname = "dhall" ;
13
- version = "1.11.1 " ;
13
+ version = "1.12.0 " ;
14
14
src = ./. ;
15
15
isLibrary = true ;
16
16
isExecutable = true ;
@@ -21,7 +21,6 @@ mkDerivation {
21
21
lens-family-core memory parsers prettyprinter
22
22
prettyprinter-ansi-terminal scientific text transformers trifecta
23
23
unordered-containers vector
24
-
25
24
] ;
26
25
executableHaskellDepends = [
27
26
ansi-terminal base haskeline mtl optparse-generic prettyprinter
Original file line number Diff line number Diff line change 1
1
Name : dhall
2
- Version : 1.11.1
2
+ Version : 1.12.0
3
3
Cabal-Version : >= 1.8.0.2
4
4
Build-Type : Simple
5
5
Tested-With : GHC == 8.0.1
You can’t perform that action at this time.
0 commit comments