Skip to content

Commit abfbfdc

Browse files
authored
Version 1.5.0 → 1.5.1 (#500)
1 parent f17697b commit abfbfdc

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.15.1
2+
3+
* Fix infinite loop when formatting expressions containing `?`
4+
* See: https://github.com/dhall-lang/dhall-haskell/pull/491
5+
16
1.15.0
27

38
* BREAKING CHANGE TO THE API: Support alternative imports using new `?` operator

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `dhall 1.15.0`
1+
# `dhall 1.15.1`
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.0
2+
Version: 1.15.1
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.0";
12+
version = "1.15.1";
1313
src = ./..;
1414
isLibrary = true;
1515
isExecutable = true;

0 commit comments

Comments
 (0)