haskell-filestore: disable Haddock phase to fix build with GHC 7.0.4

svn path=/nixpkgs/trunk/; revision=34340
This commit is contained in:
Peter Simons 2012-06-04 09:46:16 +00:00
parent 1495e5ac1e
commit c63096c9a9

View file

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
buildDepends = [
Diff filepath HUnit mtl parsec split time utf8String xml
];
noHaddock = true;
meta = {
description = "Interface for versioning file stores";
license = self.stdenv.lib.licenses.bsd3;