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.9.1
2+
3+ * ` dhall-format ` now emits single-quoted strings for multi-line strings
4+ * See: https://github.com/dhall-lang/dhall-haskell/pull/237
5+ * Improved error messages for list elements with the wrong type
6+ * See: https://github.com/dhall-lang/dhall-haskell/pull/236
7+ * Change ` lens ` dependency to ` lens-family-core `
8+ * See: https://github.com/dhall-lang/dhall-haskell/pull/238
9+
1101.9.0
211
312* Feature: BREAKING CHANGE TO LANGUAGE AND API: Add ` constructors ` keyword
Original file line number Diff line number Diff line change 1- # ` dhall 1.9.0 `
1+ # ` dhall 1.9.1 `
22
33` dhall ` is a total programming language specialized to configuration files
44
Original file line number Diff line number Diff line change 77} :
88mkDerivation {
99 pname = "dhall" ;
10- version = "1.9.0 " ;
10+ version = "1.9.1 " ;
1111 src = ./. ;
1212 isLibrary = true ;
1313 isExecutable = true ;
Original file line number Diff line number Diff line change 11Name : dhall
2- Version : 1.9.0
2+ Version : 1.9.1
33Cabal-Version : >= 1.8.0.2
44Build-Type : Simple
55Tested-With : GHC == 8.0.1
You can’t perform that action at this time.
0 commit comments