2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-04-18 16:23:48 +00:00
|
|
|
{ cabal, terminalProgressBar, time }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "bytestring-progress";
|
|
|
|
version = "1.0.3";
|
|
|
|
sha256 = "1v9cl7d4fcchbdrpbgjj4ilg79cj241vzijiifdsgkq30ikv2yxs";
|
|
|
|
buildDepends = [ terminalProgressBar time ];
|
2014-01-25 15:48:29 +00:00
|
|
|
noHaddock = true;
|
2013-04-18 16:23:48 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/acw/bytestring-progress";
|
|
|
|
description = "A library for tracking the consumption of a lazy ByteString";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|