mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
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
|
||||
, pcreLight, strict, terminalProgressBar, time, transformers
|
||||
, utf8String, X11, libXScrnSaver
|
||||
{ cabal, binary, bytestringProgress, deepseq, filepath
|
||||
, libXScrnSaver, parsec, pcreLight, strict, terminalProgressBar
|
||||
, time, transformers, utf8String, X11
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ cabal, alsaLib, alsaCore, extensibleExceptions, sampleFrame
|
||||
{ cabal, alsaCore, alsaLib, extensibleExceptions, sampleFrame
|
||||
, storableRecord
|
||||
}:
|
||||
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user