haskell-wx-direct: jailbreak to fix build with Haskell Platform 2013.2.0.0
This commit is contained in:
parent
709718a307
commit
d7c578285a
@ -7,6 +7,9 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ parsec strict time ];
|
buildDepends = [ parsec strict time ];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|containers >=.*|containers|' wxdirect.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||||
description = "helper tool for building wxHaskell";
|
description = "helper tool for building wxHaskell";
|
||||||
|
Loading…
Reference in New Issue
Block a user