haskell-snap: jailbreak to fix build with recent versions of lens

This commit is contained in:
Peter Simons 2013-10-15 11:02:29 +02:00
parent 57b5927d6a
commit e7b25c78a5

View file

@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
unorderedContainers vector vectorAlgorithms xmlhtml
];
jailbreak = true;
patchPhase = "sed -i -e 's|lens .*|lens|' snap.cabal";
meta = {
homepage = "http://snapframework.com/";
description = "Top-level package for the Snap Web Framework";