Fixing shake test-suite run.
This commit is contained in:
parent
c163baca3b
commit
a413fa8e2d
pkgs/development/libraries/haskell/shake
|
@ -1,6 +1,4 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
{ gcc, cabal, binary, deepseq, extra, filepath, hashable, jsFlot
|
||||||
|
|
||||||
{ cabal, binary, deepseq, extra, filepath, hashable, jsFlot
|
|
||||||
, jsJquery, QuickCheck, random, time, transformers
|
, jsJquery, QuickCheck, random, time, transformers
|
||||||
, unorderedContainers, utf8String
|
, unorderedContainers, utf8String
|
||||||
}:
|
}:
|
||||||
|
@ -11,6 +9,7 @@ cabal.mkDerivation (self: {
|
||||||
sha256 = "0wb4rvnkw6gag1jffv9z2by7y8gifp58pnw3n7dyc01yglbys72m";
|
sha256 = "0wb4rvnkw6gag1jffv9z2by7y8gifp58pnw3n7dyc01yglbys72m";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
buildTools = [ gcc ];
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary deepseq extra filepath hashable jsFlot jsJquery random time
|
binary deepseq extra filepath hashable jsFlot jsJquery random time
|
||||||
transformers unorderedContainers utf8String
|
transformers unorderedContainers utf8String
|
||||||
|
|
Loading…
Reference in New Issue