Re-generate Haskell expressions with Hackage4Nix.

This commit is contained in:
Peter Simons
2013-05-18 19:32:44 +02:00
parent c412d4bd08
commit d35466a1f5
3 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
version = "1.0.3";
sha256 = "1v9cl7d4fcchbdrpbgjj4ilg79cj241vzijiifdsgkq30ikv2yxs";
buildDepends = [ terminalProgressBar time ];
noHaddock = "1";
noHaddock = true;
meta = {
homepage = "http://github.com/acw/bytestring-progress";
description = "A library for tracking the consumption of a lazy ByteString";