haskell-reactive-banana-wx: jailbreak to fix build with latest version of 'wxcore'

This commit is contained in:
Peter Simons 2014-11-01 17:14:07 +01:00
parent 071381a639
commit 6b61f7124c

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
isExecutable = true;
buildDepends = [ cabalMacosx reactiveBanana wx wxcore ];
configureFlags = "-f-buildExamples";
jailbreak = true;
meta = {
homepage = "http://haskell.org/haskellwiki/Reactive-banana";
description = "Examples for the reactive-banana library, using wxHaskell";