Skip to content

Commit

Permalink
Version 1.13.0 → 1.13.1 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed May 4, 2018
1 parent 855e06a commit a38e1a5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.13.1

* Increase upper bound on `ansi-terminal` and `megaparsec`

1.13.0

* BUG FIX: Fix semantic integrity hashing support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `dhall 1.13.0`
# `dhall 1.13.1`

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

Expand Down
2 changes: 1 addition & 1 deletion dhall.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nix/dhall.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}:
mkDerivation {
pname = "dhall";
version = "1.13.0";
version = "1.13.1";
src = ./..;
isLibrary = true;
isExecutable = true;
Expand Down

0 comments on commit a38e1a5

Please sign in to comment.