forked from mirrors/nixpkgs
haskell-happstack-server: re-generate with cabal2nix
This commit is contained in:
parent
fd796ed69a
commit
a2d8fccdfe
|
@ -16,8 +16,8 @@ cabal.mkDerivation (self: {
|
||||||
utf8String xhtml zlib
|
utf8String xhtml zlib
|
||||||
];
|
];
|
||||||
testDepends = [ HUnit parsec zlib ];
|
testDepends = [ HUnit parsec zlib ];
|
||||||
doCheck = false;
|
|
||||||
jailbreak = true;
|
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";
|
||||||
|
|
Loading…
Reference in a new issue