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
|
, binary-shared, bytestring, Cabal, conduit, conduit-extra
|
||||||
, containers, deepseq, directory, executable-path, filepath, ghc
|
, containers, deepseq, directory, executable-path, filepath, ghc
|
||||||
, haddock-api, hslogger, HTTP, HUnit, ltk, network, network-uri
|
, haddock-api, hslogger, HTTP, HUnit, ltk, network, network-uri
|
||||||
, parsec, pretty, process, process-leksah, resourcet, strict, text
|
, parsec, pretty, process, resourcet, strict, text, time
|
||||||
, time, transformers, unix
|
, transformers, unix
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "leksah-server";
|
pname = "leksah-server";
|
||||||
@ -76579,8 +76579,8 @@ self: {
|
|||||||
attoparsec attoparsec-conduit base binary binary-shared bytestring
|
attoparsec attoparsec-conduit base binary binary-shared bytestring
|
||||||
Cabal conduit conduit-extra containers deepseq directory
|
Cabal conduit conduit-extra containers deepseq directory
|
||||||
executable-path filepath ghc haddock-api hslogger HTTP ltk network
|
executable-path filepath ghc haddock-api hslogger HTTP ltk network
|
||||||
network-uri parsec pretty process process-leksah resourcet strict
|
network-uri parsec pretty process resourcet strict text time
|
||||||
text time transformers unix
|
transformers unix
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
base conduit conduit-extra hslogger HUnit process resourcet
|
base conduit conduit-extra hslogger HUnit process resourcet
|
||||||
|
Loading…
Reference in New Issue
Block a user