haskell-snap: jailbreak to support building with lens 3.9.0.2
This commit is contained in:
parent
78b8be47e2
commit
a1d4a00dcd
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user