Version 1.5.0 → 1.5.1 (#500)

This commit is contained in:
Gabriel Gonzalez 2018-07-04 22:41:14 -07:00 committed by GitHub
parent f17697b242
commit abfbfdcac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
1.15.1
* Fix infinite loop when formatting expressions containing `?`
* See: https://github.com/dhall-lang/dhall-haskell/pull/491
1.15.0
* BREAKING CHANGE TO THE API: Support alternative imports using new `?` operator

View File

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

View File

@ -1,5 +1,5 @@
Name: dhall
Version: 1.15.0
Version: 1.15.1
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.0.1

View File

@ -9,7 +9,7 @@
}:
mkDerivation {
pname = "dhall";
version = "1.15.0";
version = "1.15.1";
src = ./..;
isLibrary = true;
isExecutable = true;