Version 1.5.0 => 1.5.1

This commit is contained in:
Gabriel Gonzalez 2017-08-02 20:07:27 -07:00
parent 6947b05a9c
commit 3b357aa806
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
1.5.1
* Increase upper bound on `vector` and `optparse-generic`
1.5.0
* BREAKING CHANGE: Add list concatenation operator: `(#)`

View File

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

View File

@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "dhall";
version = "1.5.0";
version = "1.5.1";
src = ./.;
isLibrary = true;
isExecutable = true;

View File

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