hackage-packages.nix: re-generate with recent hackage2nix

This commit is contained in:
Peter Simons 2015-03-30 03:50:53 +02:00
parent d75bcc16f7
commit 6306f9a761

View File

@ -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