File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ 1.16.1
2+
3+ * Fix test failure due to missing test data file
4+
151.16.0
26
37* BREAKING CHANGE: Consolidate ` input ` family of functions
Original file line number Diff line number Diff line change 1- # ` dhall 1.16.0 `
1+ # ` dhall 1.16.1 `
22
33` dhall ` is a total programming language specialized to configuration files
44
Original file line number Diff line number Diff line change 11Name : dhall
2- Version : 1.16.0
2+ Version : 1.16.1
33Cabal-Version : >= 1.10
44Build-Type : Simple
55Tested-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
Original file line number Diff line number Diff line change 99} :
1010mkDerivation {
1111 pname = "dhall" ;
12- version = "1.16.0 " ;
12+ version = "1.16.1 " ;
1313 src = ./.. ;
1414 isLibrary = true ;
1515 isExecutable = true ;
You can’t perform that action at this time.
0 commit comments