haskell-heist: jailbreak to fix build with current versions of 'directory-tree'

This commit is contained in:
Peter Simons 2014-05-23 17:02:31 +02:00
parent a1df473db7
commit 4d7d3d6aab

View file

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
filepath hashable MonadCatchIOTransformers mtl random text time filepath hashable MonadCatchIOTransformers mtl random text time
transformers unorderedContainers vector xmlhtml transformers unorderedContainers vector xmlhtml
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://snapframework.com/"; homepage = "http://snapframework.com/";
description = "An Haskell template system supporting both HTML5 and XML"; description = "An Haskell template system supporting both HTML5 and XML";