haskell-filestore: disable Haddock phase to fix build with GHC 7.0.4
svn path=/nixpkgs/trunk/; revision=34340
This commit is contained in:
parent
1495e5ac1e
commit
c63096c9a9
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [
|
buildDepends = [
|
||||||
Diff filepath HUnit mtl parsec split time utf8String xml
|
Diff filepath HUnit mtl parsec split time utf8String xml
|
||||||
];
|
];
|
||||||
|
noHaddock = 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