Version 1.13.0 → 1.13.1 (#375)

This commit is contained in:
Gabriel Gonzalez 2018-05-04 07:13:08 -07:00 committed by GitHub
parent 855e06a1fe
commit a38e1a5081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
1.13.1
* Increase upper bound on `ansi-terminal` and `megaparsec`
1.13.0
* BUG FIX: Fix semantic integrity hashing support

View File

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

View File

@ -1,5 +1,5 @@
Name: dhall
Version: 1.13.0
Version: 1.13.1
Cabal-Version: >=1.8.0.2
Build-Type: Simple
Tested-With: GHC == 8.0.1

View File

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