Skip to content

Commit a38e1a5

Browse files
authored
Version 1.13.0 → 1.13.1 (#375)
1 parent 855e06a commit a38e1a5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.13.1
2+
3+
* Increase upper bound on `ansi-terminal` and `megaparsec`
4+
15
1.13.0
26

37
* BUG FIX: Fix semantic integrity hashing support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `dhall 1.13.0`
1+
# `dhall 1.13.1`
22

33
`dhall` is a total programming language specialized to configuration files
44

dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall
2-
Version: 1.13.0
2+
Version: 1.13.1
33
Cabal-Version: >=1.8.0.2
44
Build-Type: Simple
55
Tested-With: GHC == 8.0.1

nix/dhall.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}:
1010
mkDerivation {
1111
pname = "dhall";
12-
version = "1.13.0";
12+
version = "1.13.1";
1313
src = ./..;
1414
isLibrary = true;
1515
isExecutable = true;

0 commit comments

Comments
 (0)