haskell-snap: jailbreak to fix build with 'hashable' and 'tagged'

This commit is contained in:
Peter Simons 2013-04-18 15:43:40 +02:00
parent 5374c7ca31
commit d17f66b39b

View File

@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
snapCore snapServer stm syb tagged text time transformers
unorderedContainers vector vectorAlgorithms xmlhtml
];
jailbreak = true;
meta = {
homepage = "http://snapframework.com/";
description = "Top-level package for the Snap Web Framework";