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