haskell-snap-server: jailbreak to fix build with HsOpenSSL 0.11
This commit is contained in:
parent
ab00da7caf
commit
58a084dd4c
@ -16,6 +16,9 @@ cabal.mkDerivation (self: {
|
|||||||
network snapCore text time unixCompat
|
network snapCore text time unixCompat
|
||||||
];
|
];
|
||||||
configureFlags = "-fopenssl";
|
configureFlags = "-fopenssl";
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|HsOpenSSL >= .*|HsOpenSSL|' snap-server.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
description = "A fast, iteratee-based, epoll-enabled web server for the Snap Framework";
|
description = "A fast, iteratee-based, epoll-enabled web server for the Snap Framework";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user