haskell-wxcore: jailbreak to fix build with recent versions of array

This commit is contained in:
Peter Simons 2014-05-10 13:28:51 +02:00
parent 8de3955037
commit 6ca2c509c1

View file

@ -8,6 +8,9 @@ cabal.mkDerivation (self: {
sha256 = "1ma6vjf87b493vz3sj6hxzifqixk62n6b5gvixpfzfig1lysddgp";
buildDepends = [ filepath parsec stm time wxc wxdirect ];
extraLibraries = [ libX11 mesa wxGTK ];
patchPhase = ''
sed -i -e 's|array >= .*,|array,|' wxcore.cabal
'';
meta = {
homepage = "http://haskell.org/haskellwiki/WxHaskell";
description = "wxHaskell core";