Version 1.11.0 → 1.11.1 (#323)

This commit is contained in:
Gabriel Gonzalez 2018-03-12 11:09:54 -07:00 committed by GitHub
parent 02380b6095
commit 4a085aa3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
# `dhall 1.11.0`
# `dhall 1.11.1`
`dhall` is a total programming language specialized to configuration files

View File

@ -10,7 +10,7 @@
}:
mkDerivation {
pname = "dhall";
version = "1.11.0";
version = "1.11.1";
src = ./.;
isLibrary = true;
isExecutable = true;

View File

@ -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