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