haskell-happstack-server: bump version to 7.4.0

Fixes build error. Also doCheck and jailbreak no longer necessary.
This commit is contained in:
Joachim Fasting 2015-02-07 18:06:20 +00:00
parent 3d7cda6b23
commit f63f6d5a3a

View File

@ -9,8 +9,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "happstack-server"; pname = "happstack-server";
version = "7.3.9"; version = "7.4.0";
sha256 = "10js2kmxw5lyy1h5xyz7qx852d29cl48qxyvadc4bdad6w06gdlz"; sha256 = "009y87g4wika9g0p58v8sdayh41rixkivhvi7j1dnxbm4qy89qpk";
buildDepends = [ buildDepends = [
base64Bytestring blazeHtml extensibleExceptions filepath hslogger base64Bytestring blazeHtml extensibleExceptions filepath hslogger
html monadControl mtl network networkUri parsec sendfile syb html monadControl mtl network networkUri parsec sendfile syb
@ -18,8 +18,6 @@ cabal.mkDerivation (self: {
transformersBase utf8String xhtml zlib transformersBase utf8String xhtml zlib
]; ];
testDepends = [ HUnit parsec zlib ]; testDepends = [ HUnit parsec zlib ];
jailbreak = true;
doCheck = false;
meta = { meta = {
homepage = "http://happstack.com"; homepage = "http://happstack.com";
description = "Web related tools and services"; description = "Web related tools and services";