Version 1.16.0 → 1.16.1 (#521)

This commit is contained in:
Gabriel Gonzalez 2018-07-22 00:03:31 -07:00 committed by GitHub
parent 728ffcc5d7
commit 8b61990d6e
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,7 @@
1.16.1
* Fix test failure due to missing test data file
1.16.0
* BREAKING CHANGE: Consolidate `input` family of functions

View File

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

View File

@ -1,5 +1,5 @@
Name: dhall
Version: 1.16.0
Version: 1.16.1
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.0.1
@ -153,6 +153,7 @@ Extra-Source-Files:
tests/typecheck/*.dhall
tests/typecheck/examples/Monoid/*.dhall
tests/import/*.dhall
tests/import/data/foo/bar/a.dhall
benchmark/examples/*.dhall
benchmark/deep-nested-large-record/*.dhall

View File

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