From f02234bfccb04f9e88e7f28c8c343ce15c9082a1 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 29 Jan 2018 09:41:39 -0800 Subject: [PATCH] =?UTF-8?q?Version=201.9.0=20=E2=86=92=201.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- default.nix | 2 +- dhall.cabal | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 789a511bb..c2a89a5bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.9.1 + +* `dhall-format` now emits single-quoted strings for multi-line strings + * See: https://github.com/dhall-lang/dhall-haskell/pull/237 +* Improved error messages for list elements with the wrong type + * See: https://github.com/dhall-lang/dhall-haskell/pull/236 +* Change `lens` dependency to `lens-family-core` + * See: https://github.com/dhall-lang/dhall-haskell/pull/238 + 1.9.0 * Feature: BREAKING CHANGE TO LANGUAGE AND API: Add `constructors` keyword diff --git a/README.md b/README.md index 2433b6194..fd7e97b9f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `dhall 1.9.0` +# `dhall 1.9.1` `dhall` is a total programming language specialized to configuration files diff --git a/default.nix b/default.nix index d43dad565..fa6e63d7b 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ }: mkDerivation { pname = "dhall"; - version = "1.9.0"; + version = "1.9.1"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/dhall.cabal b/dhall.cabal index 34bea21dd..74680216a 100644 --- a/dhall.cabal +++ b/dhall.cabal @@ -1,5 +1,5 @@ Name: dhall -Version: 1.9.0 +Version: 1.9.1 Cabal-Version: >=1.8.0.2 Build-Type: Simple Tested-With: GHC == 8.0.1