Skip to content

Commit

Permalink
Version 1.11.0 → 1.11.1 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 authored Mar 12, 2018
1 parent 02380b6 commit 4a085aa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
1.11.1

* Support GHC 8.4
* See: https://github.com/dhall-lang/dhall-haskell/pull/321
* Fix α-normalization bug
* Note that this is not a type-checking bug. This only affects users who
were directly using the `alphaNormalize` function from the Haskell API
because `let` expressions were not correctly α-normalized
* See: https://github.com/dhall-lang/dhall-haskell/pull/319
* Slight tweak to syntax highlighting
* See: https://github.com/dhall-lang/dhall-haskell/pull/324
* Increase upper bound on `ansi-terminal` and `exceptions`
* See: https://github.com/dhall-lang/dhall-haskell/pull/322
* See: https://github.com/dhall-lang/dhall-haskell/pull/325

1.11.0

* BREAKING CHANGE TO THE API: Fix `{Natural,Optional,List}/build` semantics to
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `dhall 1.11.0`
# `dhall 1.11.1`

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

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}:
mkDerivation {
pname = "dhall";
version = "1.11.0";
version = "1.11.1";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion dhall.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall
Version: 1.11.0
Version: 1.11.1
Cabal-Version: >=1.8.0.2
Build-Type: Simple
Tested-With: GHC == 8.0.1
Expand Down

0 comments on commit 4a085aa

Please sign in to comment.