diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-05 02:11:43 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-05 02:11:43 +0200 |
commit | f434263fcce697f29c668a1c9ac2f05a1de1012c (patch) | |
tree | 3104ff38f383f64253a62d5b9faad0046d09668b /sequence.nix | |
parent | bf7b92a4daff86e3853b1005dcd18c94d14ac362 (diff) | |
download | 2017-01-16_17:13:37-f434263fcce697f29c668a1c9ac2f05a1de1012c.tar 2017-01-16_17:13:37-f434263fcce697f29c668a1c9ac2f05a1de1012c.tar.gz 2017-01-16_17:13:37-f434263fcce697f29c668a1c9ac2f05a1de1012c.tar.bz2 2017-01-16_17:13:37-f434263fcce697f29c668a1c9ac2f05a1de1012c.tar.xz 2017-01-16_17:13:37-f434263fcce697f29c668a1c9ac2f05a1de1012c.zip |
more pretty
Diffstat (limited to 'sequence.nix')
-rw-r--r-- | sequence.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sequence.nix b/sequence.nix index 7b46a9d..5e8a130 100644 --- a/sequence.nix +++ b/sequence.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | { mkDerivation, base, bimap, case-insensitive, containers | 1 | { mkDerivation, ansi-terminal, base, bimap, case-insensitive |
2 | , data-default, directory, filepath, game-probability, lens, mtl | 2 | , containers, data-default, directory, filepath, game-probability |
3 | , readline, Shellac, Shellac-haskeline, stdenv, table-layout | 3 | , lens, mtl, readline, Shellac, Shellac-haskeline, stdenv |
4 | , transformers, transformers-base, xdg-basedir | 4 | , table-layout, transformers, transformers-base, xdg-basedir |
5 | }: | 5 | }: |
6 | mkDerivation { | 6 | mkDerivation { |
7 | pname = "sequence"; | 7 | pname = "sequence"; |
@@ -10,8 +10,8 @@ mkDerivation { | |||
10 | isLibrary = false; | 10 | isLibrary = false; |
11 | isExecutable = true; | 11 | isExecutable = true; |
12 | executableHaskellDepends = [ | 12 | executableHaskellDepends = [ |
13 | base bimap case-insensitive containers data-default directory | 13 | ansi-terminal base bimap case-insensitive containers data-default |
14 | filepath game-probability lens mtl readline Shellac | 14 | directory filepath game-probability lens mtl readline Shellac |
15 | Shellac-haskeline table-layout transformers transformers-base | 15 | Shellac-haskeline table-layout transformers transformers-base |
16 | xdg-basedir | 16 | xdg-basedir |
17 | ]; | 17 | ]; |