File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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+
1101.15.1
211
312* Fix infinite loop when formatting expressions containing ` ? `
Original file line number Diff line number Diff line change 1- # ` dhall 1.15.1 `
1+ # ` dhall 1.16.0 `
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.15.1
2+ Version : 1.16.0
33Cabal-Version : >= 1.10
44Build-Type : Simple
55Tested-With : GHC == 8.0.1
Original file line number Diff line number Diff line change 99} :
1010mkDerivation {
1111 pname = "dhall" ;
12- version = "1.15.1 " ;
12+ version = "1.16.0 " ;
1313 src = ./.. ;
1414 isLibrary = true ;
1515 isExecutable = true ;
You can’t perform that action at this time.
0 commit comments