We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855e06a commit a38e1a5Copy full SHA for a38e1a5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+1.13.1
2
+
3
+* Increase upper bound on `ansi-terminal` and `megaparsec`
4
5
1.13.0
6
7
* BUG FIX: Fix semantic integrity hashing support
README.md
@@ -1,4 +1,4 @@
-# `dhall 1.13.0`
+# `dhall 1.13.1`
`dhall` is a total programming language specialized to configuration files
dhall.cabal
@@ -1,5 +1,5 @@
Name: dhall
-Version: 1.13.0
+Version: 1.13.1
Cabal-Version: >=1.8.0.2
Build-Type: Simple
Tested-With: GHC == 8.0.1
nix/dhall.nix
@@ -9,7 +9,7 @@
9
}:
10
mkDerivation {
11
pname = "dhall";
12
- version = "1.13.0";
+ version = "1.13.1";
13
src = ./..;
14
isLibrary = true;
15
isExecutable = true;
0 commit comments