3
0
Fork 0
forked from mirrors/nixpkgs

haskell-happstack-server: jailbreak to fix build with latest 'blaze-html'

This commit is contained in:
Peter Simons 2014-01-25 20:48:53 +01:00
parent 06627cbfc4
commit 83c6cc3233

View file

@ -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";