Version 1.0.2 => 1.1.0

Also added `CHANGELOG.md`
This commit is contained in:
Gabriel Gonzalez 2017-02-05 12:34:15 -08:00
parent 440e734e80
commit 3958a4b42a
3 changed files with 27 additions and 2 deletions

24
CHANGELOG.md Normal file
View File

@ -0,0 +1,24 @@
1.1.0
* BREAKING CHANGE: Non-empty lists no longer require a type annotation
* This is a breaking change to the Haskell library, not the Dhall language
* This change does not break existing Dhall programs
* The `Expr` type was modified in a non-backwards-compatible way
* Add new `exprA` parser
* Add new `InvalidType` exception if `input` fails on an invalid `Type`
* Improve documentation and tutorial
1.0.2
* Add support for Nix-style "double single-quote" multi-line string literals
* Add `isNormalized`
* Improve documentation and tutorial
* Build against wider range of `http-client` versions
1.0.1
* Initial release
1.0.0
* Accidental premature upload to Hackage. This release was blacklisted

View File

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

View File

@ -1,5 +1,5 @@
Name: dhall
Version: 1.0.2
Version: 1.1.0
Cabal-Version: >=1.8.0.2
Build-Type: Simple
Tested-With: GHC == 7.10.2, GHC == 8.0.1
@ -22,6 +22,7 @@ Description:
.
Read "Dhall.Tutorial" to learn how to use this library
Category: Compiler
Extra-Source-Files: CHANGELOG.md
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-Dhall-Library