haskell-snap-server: jailbreak to fix build with recent versions of 'text'
https://github.com/snapframework/snap-server/issues/58
This commit is contained in:
parent
239e9cda01
commit
79e1d7f7cc
@ -17,7 +17,7 @@ cabal.mkDerivation (self: {
|
|||||||
];
|
];
|
||||||
configureFlags = "-fopenssl";
|
configureFlags = "-fopenssl";
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i -e 's|HsOpenSSL >= .*|HsOpenSSL|' -e 's|network.*2.6,|network,|' snap-server.cabal
|
sed -i -e 's|text *>= .*,|text,|' -e 's|HsOpenSSL >= .*|HsOpenSSL|' -e 's|network.*2.6,|network,|' snap-server.cabal
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user