haskell-happstack-server: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-01-27 11:39:25 +01:00
parent fd796ed69a
commit a2d8fccdfe

View file

@ -16,8 +16,8 @@ cabal.mkDerivation (self: {
utf8String xhtml zlib
];
testDepends = [ HUnit parsec zlib ];
doCheck = false;
jailbreak = true;
doCheck = false;
meta = {
homepage = "http://happstack.com";
description = "Web related tools and services";