Re-generated Haskell package descriptions with the latest version of cabal2nix.

svn path=/nixpkgs/trunk/; revision=32327
This commit is contained in:
Peter Simons
2012-02-16 14:05:41 +00:00
parent b7e432214b
commit cb28766341
546 changed files with 1062 additions and 1289 deletions
@@ -1,7 +1,6 @@
{ cabal, blazeHtml, Cabal, extensibleExceptions, filepath
, happstackData, happstackUtil, hslogger, html, MaybeT, mtl
, network, parsec, sendfile, syb, text, time, utf8String, xhtml
, zlib
{ cabal, blazeHtml, extensibleExceptions, filepath, happstackData
, happstackUtil, hslogger, html, MaybeT, mtl, network, parsec
, sendfile, syb, text, time, utf8String, xhtml, zlib
}:
cabal.mkDerivation (self: {
@@ -11,9 +10,9 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [
blazeHtml Cabal extensibleExceptions filepath happstackData
happstackUtil hslogger html MaybeT mtl network parsec sendfile syb
text time utf8String xhtml zlib
blazeHtml extensibleExceptions filepath happstackData happstackUtil
hslogger html MaybeT mtl network parsec sendfile syb text time
utf8String xhtml zlib
];
meta = {
homepage = "http://happstack.com";