mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
hackage-packages.nix: re-generate with recent hackage2nix
This commit is contained in:
parent
d75bcc16f7
commit
6306f9a761
@ -76566,8 +76566,8 @@ self: {
|
||||
, binary-shared, bytestring, Cabal, conduit, conduit-extra
|
||||
, containers, deepseq, directory, executable-path, filepath, ghc
|
||||
, haddock-api, hslogger, HTTP, HUnit, ltk, network, network-uri
|
||||
, parsec, pretty, process, process-leksah, resourcet, strict, text
|
||||
, time, transformers, unix
|
||||
, parsec, pretty, process, resourcet, strict, text, time
|
||||
, transformers, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "leksah-server";
|
||||
@ -76579,8 +76579,8 @@ self: {
|
||||
attoparsec attoparsec-conduit base binary binary-shared bytestring
|
||||
Cabal conduit conduit-extra containers deepseq directory
|
||||
executable-path filepath ghc haddock-api hslogger HTTP ltk network
|
||||
network-uri parsec pretty process process-leksah resourcet strict
|
||||
text time transformers unix
|
||||
network-uri parsec pretty process resourcet strict text time
|
||||
transformers unix
|
||||
];
|
||||
testDepends = [
|
||||
base conduit conduit-extra hslogger HUnit process resourcet
|
||||
|
Loading…
Reference in New Issue
Block a user