Re-generate Haskell expressions with Hackage4Nix.
This commit is contained in:
parent
c412d4bd08
commit
d35466a1f5
@ -1,6 +1,6 @@
|
|||||||
{ cabal, binary, bytestringProgress, deepseq, filepath, parsec
|
{ cabal, binary, bytestringProgress, deepseq, filepath
|
||||||
, pcreLight, strict, terminalProgressBar, time, transformers
|
, libXScrnSaver, parsec, pcreLight, strict, terminalProgressBar
|
||||||
, utf8String, X11, libXScrnSaver
|
, time, transformers, utf8String, X11
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ cabal, alsaLib, alsaCore, extensibleExceptions, sampleFrame
|
{ cabal, alsaCore, alsaLib, extensibleExceptions, sampleFrame
|
||||||
, storableRecord
|
, storableRecord
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "1.0.3";
|
version = "1.0.3";
|
||||||
sha256 = "1v9cl7d4fcchbdrpbgjj4ilg79cj241vzijiifdsgkq30ikv2yxs";
|
sha256 = "1v9cl7d4fcchbdrpbgjj4ilg79cj241vzijiifdsgkq30ikv2yxs";
|
||||||
buildDepends = [ terminalProgressBar time ];
|
buildDepends = [ terminalProgressBar time ];
|
||||||
noHaddock = "1";
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/acw/bytestring-progress";
|
homepage = "http://github.com/acw/bytestring-progress";
|
||||||
description = "A library for tracking the consumption of a lazy ByteString";
|
description = "A library for tracking the consumption of a lazy ByteString";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user