Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 81371e0

Browse files
committed
Version 1.0.10 → 1.0.11
1 parent 925d7a0 commit 81371e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

33
This `dhall-bash` package provides a Dhall to Bash compiler so that you can
44
easily marshall Dhall values into your Bash scripts

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}:
55
mkDerivation {
66
pname = "dhall-bash";
7-
version = "1.0.10";
7+
version = "1.0.11";
88
src = ./.;
99
isLibrary = true;
1010
isExecutable = true;

dhall-bash.cabal

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

0 commit comments

Comments
 (0)