Version 1.8.1 → 1.8.2 (#192)

This commit is contained in:
Gabriel Gonzalez 2017-12-14 14:33:53 -08:00 committed by GitHub
parent bc3424441a
commit 10c508391b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,13 @@
1.8.2
* Add `typeWithA` for type-checking custom `Embed`ded values
* Fix `dhall{,-*}` executables to ignore ambient locale and use UTF8
* Increase upper bound on `tasty` dependency
1.8.1
*
* `dhall` executable can now format output using `--pretty`
* Improved Unicode suppport on Windows
1.8.0

View File

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

View File

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

View File

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