haskell-happstack-server: updated to version 6.6.3
svn path=/nixpkgs/trunk/; revision=32421
This commit is contained in:
parent
2fc61e1010
commit
d2ef3f937c
1 changed files with 9 additions and 8 deletions
|
@ -1,18 +1,19 @@
|
||||||
{ cabal, blazeHtml, extensibleExceptions, filepath, happstackData
|
{ cabal, base64Bytestring, blazeHtml, extensibleExceptions
|
||||||
, happstackUtil, hslogger, html, MaybeT, mtl, network, parsec
|
, filepath, hslogger, html, monadControl, mtl, network, parsec
|
||||||
, sendfile, syb, text, time, utf8String, xhtml, zlib
|
, sendfile, syb, text, time, transformers, transformersBase
|
||||||
|
, utf8String, xhtml, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "happstack-server";
|
pname = "happstack-server";
|
||||||
version = "6.2.5";
|
version = "6.6.3";
|
||||||
sha256 = "196s8i3v55i10nkapkvzyw048flshw8mlm604548f0qjciynfjmg";
|
sha256 = "0l1cv1syx1j8xvy5sjl6cj7l4zyizkmv6z8g038n8fwgsw130hm9";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeHtml extensibleExceptions filepath happstackData happstackUtil
|
base64Bytestring blazeHtml extensibleExceptions filepath hslogger
|
||||||
hslogger html MaybeT mtl network parsec sendfile syb text time
|
html monadControl mtl network parsec sendfile syb text time
|
||||||
utf8String xhtml zlib
|
transformers transformersBase utf8String xhtml zlib
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://happstack.com";
|
homepage = "http://happstack.com";
|
||||||
|
|
Loading…
Reference in a new issue