Tagged Questions

2
votes
1answer
289 views

wxHaskell fails because it depends on wx_macu-2.8

I install wxWidgets with macports then ran the command: sudo cabal install wx which output included: /bin/sh: wxdirect: command not found /bin/sh: wxdirect: command not found /bin/sh: wxdirect: ...
0
votes
0answers
143 views

How to get ghc-pkg to register wxHaskell's wxcore package?

I can't manage to install wxHaskell's wxcore package under Windows despite being seemingly able to compile it. I am using the Haskell Platform 2010.2.0.0 (with ghc 6.12.3) on Windows XP, wxWidgets ...
0
votes
3answers
478 views

Cabal won't get a new haskell package

Hi I tried to get the wxHaskell package using cabal using: cabal install wxcore --global cabal install wx But running this gave the following error: >cabal install wxcore --global Resolving ...