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

Commit 04f1797

Browse files
authored
Build against dhall-1.14.0 (#3)
1 parent da67b51 commit 04f1797

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dhall-bash.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Library
3232
bytestring < 0.11,
3333
containers < 0.6 ,
3434
formatting >= 6.3 && < 6.4 ,
35-
dhall >= 1.13.0 && < 1.14,
35+
dhall >= 1.14.0 && < 1.15,
3636
insert-ordered-containers >= 0.1.0.1 && < 0.3 ,
3737
neat-interpolation < 0.4 ,
3838
shell-escape < 0.3 ,

nix/dhall.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ mkDerivation, ansi-terminal, base, bytestring, case-insensitive
22
, containers, contravariant, cryptonite, deepseq, directory
3-
, exceptions, filepath, formatting, haskeline, http-client
3+
, doctest, exceptions, filepath, formatting, haskeline, http-client
44
, http-client-tls, insert-ordered-containers, lens-family-core
55
, megaparsec, memory, mtl, optparse-applicative, parsers
66
, prettyprinter, prettyprinter-ansi-terminal, repline, scientific
@@ -9,8 +9,8 @@
99
}:
1010
mkDerivation {
1111
pname = "dhall";
12-
version = "1.13.0";
13-
sha256 = "64bb773a0f64bc40b267f1000ea0279e1d2264841fccaba444888afd45f4c3ba";
12+
version = "1.14.0";
13+
sha256 = "f415842889ca4811f5279714446bad35583829de3c6de04e0d7d3e92f310a836";
1414
isLibrary = true;
1515
isExecutable = true;
1616
libraryHaskellDepends = [
@@ -26,7 +26,7 @@ mkDerivation {
2626
prettyprinter prettyprinter-ansi-terminal repline text
2727
];
2828
testHaskellDepends = [
29-
base deepseq insert-ordered-containers prettyprinter tasty
29+
base deepseq doctest insert-ordered-containers prettyprinter tasty
3030
tasty-hunit text vector
3131
];
3232
description = "A configuration language guaranteed to terminate";

0 commit comments

Comments
 (0)