haskell bytestring-progress: Disable haddock to avoid a build failure.
This commit is contained in:
parent
83b354e4f9
commit
3718a90806
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||
version = "1.0.3";
|
||||
sha256 = "1v9cl7d4fcchbdrpbgjj4ilg79cj241vzijiifdsgkq30ikv2yxs";
|
||||
buildDepends = [ terminalProgressBar time ];
|
||||
noHaddock = true; # fails to build with a parse error
|
||||
meta = {
|
||||
homepage = "http://github.com/acw/bytestring-progress";
|
||||
description = "A library for tracking the consumption of a lazy ByteString";
|
||||
|
Loading…
Reference in New Issue
Block a user