haskell-filestore: jailbreak to fix build with GHC 7.8.1
This commit is contained in:
parent
a46352aad1
commit
4a4439fd14
@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "1la30bimcjngcv5dyx1a9x8lr8c4zs0dp4kzh8y5mjf8snky1avf";
|
sha256 = "1la30bimcjngcv5dyx1a9x8lr8c4zs0dp4kzh8y5mjf8snky1avf";
|
||||||
buildDepends = [ Diff filepath parsec split time utf8String xml ];
|
buildDepends = [ Diff filepath parsec split time utf8String xml ];
|
||||||
testDepends = [ Diff filepath HUnit mtl time ];
|
testDepends = [ Diff filepath HUnit mtl time ];
|
||||||
doCheck = false;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Interface for versioning file stores";
|
description = "Interface for versioning file stores";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user