haskell-wx-direct: jailbreak to fix build with Haskell Platform 2013.2.0.0

This commit is contained in:
Peter Simons 2013-05-30 12:09:00 +02:00
parent 709718a307
commit d7c578285a

View File

@ -7,6 +7,9 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ parsec strict time ];
patchPhase = ''
sed -i -e 's|containers >=.*|containers|' wxdirect.cabal
'';
meta = {
homepage = "http://haskell.org/haskellwiki/WxHaskell";
description = "helper tool for building wxHaskell";