File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ 1.11.1
2
+
3
+ * Support GHC 8.4
4
+ * See: https://github.com/dhall-lang/dhall-haskell/pull/321
5
+ * Fix α-normalization bug
6
+ * Note that this is not a type-checking bug. This only affects users who
7
+ were directly using the ` alphaNormalize ` function from the Haskell API
8
+ because ` let ` expressions were not correctly α-normalized
9
+ * See: https://github.com/dhall-lang/dhall-haskell/pull/319
10
+ * Slight tweak to syntax highlighting
11
+ * See: https://github.com/dhall-lang/dhall-haskell/pull/324
12
+ * Increase upper bound on ` ansi-terminal ` and ` exceptions `
13
+ * See: https://github.com/dhall-lang/dhall-haskell/pull/322
14
+ * See: https://github.com/dhall-lang/dhall-haskell/pull/325
15
+
1
16
1.11.0
2
17
3
18
* BREAKING CHANGE TO THE API: Fix ` {Natural,Optional,List}/build ` semantics to
Original file line number Diff line number Diff line change 1
- # ` dhall 1.11.0 `
1
+ # ` dhall 1.11.1 `
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.0 " ;
13
+ version = "1.11.1 " ;
14
14
src = ./. ;
15
15
isLibrary = true ;
16
16
isExecutable = true ;
Original file line number Diff line number Diff line change 1
1
Name : dhall
2
- Version : 1.11.0
2
+ Version : 1.11.1
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