haskell-snap-server: jailbreak to fix build with HsOpenSSL 0.11

This commit is contained in:
Peter Simons 2014-07-14 14:08:55 +02:00
parent ab00da7caf
commit 58a084dd4c

View file

@ -16,6 +16,9 @@ cabal.mkDerivation (self: {
network snapCore text time unixCompat
];
configureFlags = "-fopenssl";
patchPhase = ''
sed -i -e 's|HsOpenSSL >= .*|HsOpenSSL|' snap-server.cabal
'';
meta = {
homepage = "http://snapframework.com/";
description = "A fast, iteratee-based, epoll-enabled web server for the Snap Framework";