Skip to content

Commit 4a085aa

Browse files
authored
Version 1.11.0 → 1.11.1 (#323)
1 parent 02380b6 commit 4a085aa

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
1.11.0
217

318
* BREAKING CHANGE TO THE API: Fix `{Natural,Optional,List}/build` semantics to

README.md

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

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

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}:
1111
mkDerivation {
1212
pname = "dhall";
13-
version = "1.11.0";
13+
version = "1.11.1";
1414
src = ./.;
1515
isLibrary = true;
1616
isExecutable = true;

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.0
2+
Version: 1.11.1
33
Cabal-Version: >=1.8.0.2
44
Build-Type: Simple
55
Tested-With: GHC == 8.0.1

0 commit comments

Comments
 (0)