Skip to content

Commit 728ffcc

Browse files
authored
Version 1.15.1 → 1.16.0 (#511)
1 parent 1adafa0 commit 728ffcc

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.16.0
2+
3+
* BREAKING CHANGE: Consolidate `input` family of functions
4+
* These now take a record of options
5+
* This also `_stack` field of the `Status` type from `[Import]` to
6+
`NonEmpty Import`
7+
* Permit `$` in quoted variable names
8+
* See: https://github.com/dhall-lang/dhall-haskell/pull/510
9+
110
1.15.1
211

312
* Fix infinite loop when formatting expressions containing `?`

README.md

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

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

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.15.1
2+
Version: 1.16.0
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.0.1

nix/dhall.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}:
1010
mkDerivation {
1111
pname = "dhall";
12-
version = "1.15.1";
12+
version = "1.16.0";
1313
src = ./..;
1414
isLibrary = true;
1515
isExecutable = true;

0 commit comments

Comments
 (0)