1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

haskell-HaXml: disable haddock phase to fix the build

This commit is contained in:
Peter Simons 2014-11-01 16:29:36 +01:00
parent 99ef7ea249
commit 2227467ad3

View file

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ filepath polyparse random ];
noHaddock = true;
meta = {
homepage = "http://projects.haskell.org/HaXml/";
description = "Utilities for manipulating XML documents";