Version 1.4.1 => 1.4.2

This commit is contained in:
Gabriel Gonzalez 2017-06-17 13:32:19 -07:00
parent 3d47ddcc83
commit afb645faa5
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
1.4.2
* Fix missing `Prelude` files in package archive uploaded to Hackage
1.4.1
* Fix missing `tests/Tutorial.hs` module in package archive uploaded to Hackage

View File

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

View File

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

View File

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