Daniele Francesconi

Results 14 comments of Daniele Francesconi

Any luck with this issue? I am trying to install reactive-banana-wx 0.9.0.1 on Mac but I am stuck with the same error reported above.

after deleted and re-init the sandbox with that flag I am getting: $ cabal configure -fbuildExamples && cabal build Resolving dependencies... Configuring reactive-banana-wx-0.9.0.1... setup: At least the following dependencies are...

After a 'cabal install' without flag, I re-run the cabal install with the flag and I get: $ cabal configure -fbuildExamples && cabal build Resolving dependencies... Configuring reactive-banana-wx-0.9.0.1... setup: At...

Thank you! It's working now. I can push the cabal file change if you want me to do so.

Thank you. I saw you managed to push the new reactive-banana-wx 0.9.0.2 to hackage but I still have some problems to include it as normal dependency in one of my...

oooops true :) thanks. Anyway after that update, I wiped out again the local sandbox, and reinstalled the needed dependencies, but when I run `cabal install -fbuildExamples reactive-banana-wx-0.9.0.2` I get:...

I can see: $ ghc-pkg field reactive-banana-wx depends depends: base-4.7.0.1-df210ede1eb79477fef5662549c32927 cabal-macosx-0.2.3-7cbbafda65837f20448272f6f7cb7da9 reactive-banana-0.9.0.0-3e49472893c6621893cb78025611f40c wx-0.91.0.0-34ccf045cef0084fe3dac1953a31bc93 wxcore-0.91.0.0-18855b523ece236d6dfdca62a20deff3 I have not specified wx/core versions so for default cabal picked the last ones 0.92. Maybe...

Finally I made it. I needed to install: `cabal install cabal-install-1.22.3.0` Then finally using the cabal just installed in the sandbox: `.cabal-sandbox/bin/cabal install -fbuildExamples reactive-banana-wx-0.9.0.2` I have been able to...

True, If I just use 'cabal install cabal-install' the version 1.22.4.0 will be picked up. But that still gives a problem like for the version 1.18. So you need to...

Just FYI I became mantainer on Hackage/Github for the package cabal-macosx. If you need to pull requests and suggest some change use my github fork repo. Thank you.