Skip to content

Commit 8b61990

Browse files
authored
Version 1.16.0 → 1.16.1 (#521)
1 parent 728ffcc commit 8b61990

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.16.1
2+
3+
* Fix test failure due to missing test data file
4+
15
1.16.0
26

37
* BREAKING CHANGE: Consolidate `input` family of functions

README.md

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

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

dhall.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall
2-
Version: 1.16.0
2+
Version: 1.16.1
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.0.1
@@ -153,6 +153,7 @@ Extra-Source-Files:
153153
tests/typecheck/*.dhall
154154
tests/typecheck/examples/Monoid/*.dhall
155155
tests/import/*.dhall
156+
tests/import/data/foo/bar/a.dhall
156157
benchmark/examples/*.dhall
157158
benchmark/deep-nested-large-record/*.dhall
158159

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.16.0";
12+
version = "1.16.1";
1313
src = ./..;
1414
isLibrary = true;
1515
isExecutable = true;

0 commit comments

Comments
 (0)