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.15.1
2
+
3
+ * Fix infinite loop when formatting expressions containing ` ? `
4
+ * See: https://github.com/dhall-lang/dhall-haskell/pull/491
5
+
1
6
1.15.0
2
7
3
8
* BREAKING CHANGE TO THE API: Support alternative imports using new ` ? ` operator
Original file line number Diff line number Diff line change 1
- # ` dhall 1.15.0 `
1
+ # ` dhall 1.15.1 `
2
2
3
3
` dhall ` is a total programming language specialized to configuration files
4
4
Original file line number Diff line number Diff line change 1
1
Name : dhall
2
- Version : 1.15.0
2
+ Version : 1.15.1
3
3
Cabal-Version : >= 1.10
4
4
Build-Type : Simple
5
5
Tested-With : GHC == 8.0.1
Original file line number Diff line number Diff line change 9
9
} :
10
10
mkDerivation {
11
11
pname = "dhall" ;
12
- version = "1.15.0 " ;
12
+ version = "1.15.1 " ;
13
13
src = ./.. ;
14
14
isLibrary = true ;
15
15
isExecutable = true ;
You can’t perform that action at this time.
0 commit comments