forked from mirrors/nixpkgs
haskell-snap: jailbreak to fix build with lens 4.2
This commit is contained in:
parent
40eb5a5f73
commit
f085cf3999
|
@ -20,6 +20,9 @@ cabal.mkDerivation (self: {
|
|||
unorderedContainers vector vectorAlgorithms xmlhtml
|
||||
];
|
||||
jailbreak = true;
|
||||
patchPhase = ''
|
||||
sed -i -e 's|lens .*< 4.2|lens|' snap.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://snapframework.com/";
|
||||
description = "Top-level package for the Snap Web Framework";
|
||||
|
|
Loading…
Reference in a new issue