3
0
Fork 0
forked from mirrors/nixpkgs

haskell-snap: jailbreak to fix build with lens 4.2

This commit is contained in:
Peter Simons 2014-06-09 09:49:07 +02:00
parent 40eb5a5f73
commit f085cf3999

View file

@ -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";