Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ cabal, blazeHtml, extensibleExceptions, happstackData
|
||||
, happstackUtil, hslogger, html, MaybeT, mtl, network, parsec
|
||||
, sendfile, syb, text, time, utf8String, xhtml, zlib
|
||||
{ cabal, blazeHtml, Cabal, extensibleExceptions, filepath
|
||||
, happstackData, happstackUtil, hslogger, html, MaybeT, mtl
|
||||
, network, parsec, sendfile, syb, text, time, utf8String, xhtml
|
||||
, zlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@@ -10,9 +11,9 @@ cabal.mkDerivation (self: {
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
blazeHtml extensibleExceptions happstackData happstackUtil hslogger
|
||||
html MaybeT mtl network parsec sendfile syb text time utf8String
|
||||
xhtml zlib
|
||||
blazeHtml Cabal extensibleExceptions filepath happstackData
|
||||
happstackUtil hslogger html MaybeT mtl network parsec sendfile syb
|
||||
text time utf8String xhtml zlib
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://happstack.com";
|
||||
|
||||
Reference in New Issue
Block a user