forked from mirrors/nixpkgs
haskell-happstack-server: jailbreak to fix build with latest 'blaze-html'
This commit is contained in:
parent
06627cbfc4
commit
83c6cc3233
|
@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
|
|||
];
|
||||
testDepends = [ HUnit parsec zlib ];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://happstack.com";
|
||||
description = "Web related tools and services";
|
||||
|
|
Loading…
Reference in a new issue