haskell-hsimport: jailbreak to fix build with current tasty

https://github.com/dan-t/hsimport/issues/7
This commit is contained in:
Peter Simons 2014-09-12 10:31:38 +02:00
parent 5c3029eb0b
commit 30c918e409

View file

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
attoparsec cmdargs dyre haskellSrcExts lens mtl split text
];
testDepends = [ filepath haskellSrcExts tasty tastyGolden ];
jailbreak = true;
meta = {
description = "A command line program for extending the import list of a Haskell source file";
license = self.stdenv.lib.licenses.bsd3;