haskell-happstack-server: update to version 7.3.8
This commit is contained in:
parent
f8da7d5d18
commit
784c87772d
|
@ -2,20 +2,20 @@
|
||||||
|
|
||||||
{ cabal, base64Bytestring, blazeHtml, extensibleExceptions
|
{ cabal, base64Bytestring, blazeHtml, extensibleExceptions
|
||||||
, filepath, hslogger, html, HUnit, monadControl, mtl, network
|
, filepath, hslogger, html, HUnit, monadControl, mtl, network
|
||||||
, parsec, sendfile, syb, systemFilepath, text, threads, time
|
, networkUri, parsec, sendfile, syb, systemFilepath, text, threads
|
||||||
, timeCompat, transformers, transformersBase, utf8String, xhtml
|
, time, timeCompat, transformers, transformersBase, utf8String
|
||||||
, zlib
|
, xhtml, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "happstack-server";
|
pname = "happstack-server";
|
||||||
version = "7.3.7";
|
version = "7.3.8";
|
||||||
sha256 = "1phw3hpnklcdav3wv10kwjsmrg8gshnsgd564p459pc4k2zffgh1";
|
sha256 = "11jy4r4ih6sndyga3fjg298f5ww8806180dm3fgzsm0xfsjw1ac2";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeHtml extensibleExceptions filepath hslogger
|
base64Bytestring blazeHtml extensibleExceptions filepath hslogger
|
||||||
html monadControl mtl network parsec sendfile syb systemFilepath
|
html monadControl mtl network networkUri parsec sendfile syb
|
||||||
text threads time timeCompat transformers transformersBase
|
systemFilepath text threads time timeCompat transformers
|
||||||
utf8String xhtml zlib
|
transformersBase utf8String xhtml zlib
|
||||||
];
|
];
|
||||||
testDepends = [ HUnit parsec zlib ];
|
testDepends = [ HUnit parsec zlib ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
|
Loading…
Reference in New Issue