haskell-HaXml: disable haddock phase to fix the build
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user