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

Commit ca88626

Browse files
authored
Version 1.0.14 → 1.0.15 (#10)
1 parent 864b722 commit ca88626

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.14`
1+
# `dhall-bash 1.0.15`
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

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.14
2+
Version: 1.0.15
33
Cabal-Version: >=1.8.0.2
44
Build-Type: Simple
55
Tested-With: GHC == 7.10.2, GHC == 8.0.1

nix/dhall-bash.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.14";
7+
version = "1.0.15";
88
src = ./..;
99
isLibrary = true;
1010
isExecutable = true;

0 commit comments

Comments
 (0)