haskell bytestring-progress: Disable haddock to avoid a build failure.

This commit is contained in:
Petr Rockai 2014-01-25 15:16:54 +01:00
parent 83b354e4f9
commit 3718a90806

View File

@ -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";