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

Commit 3ef7a10

Browse files
committed
Version 1.0.7 → 1.0.8
1 parent 9737af9 commit 3ef7a10

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.7`
1+
# `dhall-bash 1.0.8`
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{ mkDerivation, base, bytestring, containers, dhall
2-
, neat-interpolation, optparse-generic, shell-escape, stdenv, text
3-
, text-format, trifecta, vector
2+
, insert-ordered-containers, neat-interpolation, optparse-generic
3+
, shell-escape, stdenv, text, text-format, trifecta, vector
44
}:
55
mkDerivation {
66
pname = "dhall-bash";
7-
version = "1.0.7";
7+
version = "1.0.8";
88
src = ./.;
99
isLibrary = true;
1010
isExecutable = true;
1111
libraryHaskellDepends = [
12-
base bytestring containers dhall neat-interpolation shell-escape
13-
text text-format vector
12+
base bytestring containers dhall insert-ordered-containers
13+
neat-interpolation shell-escape text text-format vector
1414
];
1515
executableHaskellDepends = [
1616
base bytestring dhall optparse-generic text trifecta

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.7
2+
Version: 1.0.8
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)