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+
1161.11.0
217
318* 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 `
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.0 " ;
13+ version = "1.11.1 " ;
1414 src = ./. ;
1515 isLibrary = true ;
1616 isExecutable = true ;
Original file line number Diff line number Diff line change 11Name : dhall
2- Version : 1.11.0
2+ Version : 1.11.1
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