Version 1.8.0 → 1.8.1

This commit is contained in:
Gabriel Gonzalez 2017-12-01 18:38:14 -08:00
parent 834c1b6d05
commit 0098a90650
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
1.8.1
*
1.8.0
* BREAKING CHANGE TO LANGUAGE: Add support for import integrity checks

View File

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

View File

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

View File

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