haskell-snap: jailbreak to support building with lens 3.9.0.2

This commit is contained in:
Peter Simons 2013-03-29 16:35:50 +01:00
parent 78b8be47e2
commit a1d4a00dcd

View File

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