haskell-happstack-server: update to version 7.1.1

This commit is contained in:
Peter Simons 2012-12-03 16:11:05 +01:00
parent a69fbde5b3
commit 498cfc52ea

View File

@ -1,18 +1,18 @@
{ cabal, base64Bytestring, blazeHtml, extensibleExceptions
, filepath, hslogger, html, monadControl, mtl, network, parsec
, sendfile, syb, systemFilepath, text, threads, time, transformers
, transformersBase, utf8String, xhtml, zlib
, sendfile, syb, systemFilepath, text, threads, time, timeCompat
, transformers, transformersBase, utf8String, xhtml, zlib
}:
cabal.mkDerivation (self: {
pname = "happstack-server";
version = "7.0.7";
sha256 = "0r9bk82zjzlsi6j6dnz5b73qacpfdyhsn5ds98cn7gkqyf4yg7cj";
version = "7.1.1";
sha256 = "0q12l93kq5ixvam682ys3a6i3q59amz9cyr1bb06f2zf8qr57b7a";
buildDepends = [
base64Bytestring blazeHtml extensibleExceptions filepath hslogger
html monadControl mtl network parsec sendfile syb systemFilepath
text threads time transformers transformersBase utf8String xhtml
zlib
text threads time timeCompat transformers transformersBase
utf8String xhtml zlib
];
meta = {
homepage = "http://happstack.com";