haskell-snap: jailbreak to fix build with latest version of 'lens'
This commit is contained in:
parent
11dd8da683
commit
3f349cb0de
@ -21,7 +21,9 @@ cabal.mkDerivation (self: {
|
|||||||
snapCore snapServer stm syb text time transformers
|
snapCore snapServer stm syb text time transformers
|
||||||
unorderedContainers vector vectorAlgorithms xmlhtml
|
unorderedContainers vector vectorAlgorithms xmlhtml
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
patchPhase = ''
|
||||||
|
sed -i -e 's|lens *>=.*|lens|' snap.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
description = "Top-level package for the Snap Web Framework";
|
description = "Top-level package for the Snap Web Framework";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user