diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-12-06 01:40:15 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-12-06 01:40:15 +0100 |
commit | 2ac98950dab9b1871cbe0541eabb7b3eaa656d73 (patch) | |
tree | 78c0cab1158086d706cc5cd14a01415d2416bd0b | |
parent | d40917517feeaffc3d8e90cf8e06004623b0c5ff (diff) | |
download | trivmix-2ac98950dab9b1871cbe0541eabb7b3eaa656d73.tar trivmix-2ac98950dab9b1871cbe0541eabb7b3eaa656d73.tar.gz trivmix-2ac98950dab9b1871cbe0541eabb7b3eaa656d73.tar.bz2 trivmix-2ac98950dab9b1871cbe0541eabb7b3eaa656d73.tar.xz trivmix-2ac98950dab9b1871cbe0541eabb7b3eaa656d73.zip |
bumped to new haskellPackages
-rw-r--r-- | trivmix.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/trivmix.nix b/trivmix.nix index 5fca173..3441455 100644 --- a/trivmix.nix +++ b/trivmix.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | # This file was auto-generated by cabal2nix. Please do NOT edit manually! | 1 | # This file was auto-generated by cabal2nix. Please do NOT edit manually! |
2 | 2 | ||
3 | { mkDerivation, stdenv, caseInsensitive, dataDefault, explicitException, filelock | 3 | { mkDerivation, stdenv, case-insensitive, data-default, explicit-exception, filelock |
4 | , filepath, hinotify, jack, optparseApplicative, transformers | 4 | , filepath, hinotify, jack, optparse-applicative, transformers |
5 | }: | 5 | }: |
6 | 6 | ||
7 | mkDerivation { | 7 | mkDerivation { |
@@ -11,8 +11,8 @@ mkDerivation { | |||
11 | isLibrary = true; | 11 | isLibrary = true; |
12 | isExecutable = true; | 12 | isExecutable = true; |
13 | buildDepends = [ | 13 | buildDepends = [ |
14 | caseInsensitive dataDefault explicitException filelock filepath | 14 | caseInsensitive data-default explicit-exception filelock filepath |
15 | hinotify jack optparseApplicative transformers | 15 | hinotify jack optparse-applicative transformers |
16 | ]; | 16 | ]; |
17 | license = stdenv.lib.licenses.publicDomain; | 17 | license = stdenv.lib.licenses.publicDomain; |
18 | } | 18 | } |