|
1 | 1 | { mkDerivation, ansi-terminal, ansi-wl-pprint, base |
2 | 2 | , base16-bytestring, bytestring, case-insensitive, containers |
3 | 3 | , contravariant, cryptonite, deepseq, directory, exceptions |
4 | | -, filepath, haskeline, http-client, http-client-tls |
| 4 | +, filepath, formatting, haskeline, http-client, http-client-tls |
5 | 5 | , insert-ordered-containers, lens-family-core, memory, mtl |
6 | 6 | , optparse-generic, parsers, prettyprinter |
7 | 7 | , 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 |
10 | 10 | }: |
11 | 11 | mkDerivation { |
12 | 12 | pname = "dhall"; |
13 | | - version = "1.11.0"; |
14 | | - sha256 = "cec6e5f28d9329b5cddd54f271013e2d73d8d48a5b8faf7d62d2c87d9254d9ed"; |
| 13 | + version = "1.12.0"; |
| 14 | + sha256 = "4bcd053414ab54429b33db63a6e0dcc25844469945c1fd7c0d49dfb281d0ac18"; |
15 | 15 | isLibrary = true; |
16 | 16 | isExecutable = true; |
17 | 17 | libraryHaskellDepends = [ |
18 | 18 | ansi-wl-pprint base base16-bytestring bytestring case-insensitive |
19 | 19 | 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 |
21 | 21 | 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 |
24 | 24 | ]; |
25 | 25 | executableHaskellDepends = [ |
26 | 26 | ansi-terminal base haskeline mtl optparse-generic prettyprinter |
|
0 commit comments