Skip to content

Commit 80c4397

Browse files
authored
Version 1.9.0 → 1.9.1 (#241)
1 parent 566ba0a commit 80c4397

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.9.1
2+
3+
* `dhall-format` now emits single-quoted strings for multi-line strings
4+
* See: https://github.com/dhall-lang/dhall-haskell/pull/237
5+
* Improved error messages for list elements with the wrong type
6+
* See: https://github.com/dhall-lang/dhall-haskell/pull/236
7+
* Change `lens` dependency to `lens-family-core`
8+
* See: https://github.com/dhall-lang/dhall-haskell/pull/238
9+
110
1.9.0
211

312
* Feature: BREAKING CHANGE TO LANGUAGE AND API: Add `constructors` keyword

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `dhall 1.9.0`
1+
# `dhall 1.9.1`
22

33
`dhall` is a total programming language specialized to configuration files
44

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}:
88
mkDerivation {
99
pname = "dhall";
10-
version = "1.9.0";
10+
version = "1.9.1";
1111
src = ./.;
1212
isLibrary = true;
1313
isExecutable = true;

dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall
2-
Version: 1.9.0
2+
Version: 1.9.1
33
Cabal-Version: >=1.8.0.2
44
Build-Type: Simple
55
Tested-With: GHC == 8.0.1

0 commit comments

Comments
 (0)