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

Commit 925d7a0

Browse files
committed
Build against dhall-1.12.0
1 parent 60141b3 commit 925d7a0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.11.0 && < 1.12,
35+
dhall >= 1.12.0 && < 1.13,
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{ mkDerivation, ansi-terminal, ansi-wl-pprint, base
22
, base16-bytestring, bytestring, case-insensitive, containers
33
, contravariant, cryptonite, deepseq, directory, exceptions
4-
, filepath, haskeline, http-client, http-client-tls
4+
, filepath, formatting, haskeline, http-client, http-client-tls
55
, insert-ordered-containers, lens-family-core, memory, mtl
66
, optparse-generic, parsers, prettyprinter
77
, prettyprinter-ansi-terminal, repline, scientific, stdenv, tasty
8-
, tasty-hunit, text, text-format, transformers, trifecta
9-
, unordered-containers, vector
8+
, tasty-hunit, text, transformers, trifecta, unordered-containers
9+
, vector
1010
}:
1111
mkDerivation {
1212
pname = "dhall";
13-
version = "1.11.0";
14-
sha256 = "cec6e5f28d9329b5cddd54f271013e2d73d8d48a5b8faf7d62d2c87d9254d9ed";
13+
version = "1.12.0";
14+
sha256 = "4bcd053414ab54429b33db63a6e0dcc25844469945c1fd7c0d49dfb281d0ac18";
1515
isLibrary = true;
1616
isExecutable = true;
1717
libraryHaskellDepends = [
1818
ansi-wl-pprint base base16-bytestring bytestring case-insensitive
1919
containers contravariant cryptonite directory exceptions filepath
20-
http-client http-client-tls insert-ordered-containers
20+
formatting http-client http-client-tls insert-ordered-containers
2121
lens-family-core memory parsers prettyprinter
22-
prettyprinter-ansi-terminal scientific text text-format
23-
transformers trifecta unordered-containers vector
22+
prettyprinter-ansi-terminal scientific text transformers trifecta
23+
unordered-containers vector
2424
];
2525
executableHaskellDepends = [
2626
ansi-terminal base haskeline mtl optparse-generic prettyprinter

0 commit comments

Comments
 (0)