
A 08/04/2012, às 10:44, Heinrich Apfelmus escreveu:
Looks like it's an issue with the cabal-macosx package, which will be fixed soon. You probably also want to install the examples, so try
cabal install -fbuildExamples
Not sure if I was suppose to try with that command, but If I do I get: miguelnegrao@Mac-Miguel:~/Development/Haskell/Libs/reactive-banana/reactive-banana-wx (master *)$ cabal install -fbuildExamples Resolving dependencies... Configuring reactive-banana-wx-0.6.0.0... Preprocessing library reactive-banana-wx-0.6.0.0... Preprocessing executables for reactive-banana-wx-0.6.0.0... Building reactive-banana-wx-0.6.0.0... Registering reactive-banana-wx-0.6.0.0... [2 of 2] Compiling Main ( src/Arithmetic.hs, dist/build/Arithmetic/Arithmetic-tmp/Main.o ) src/Arithmetic.hs:30:21: Not in scope: `behaviorText' src/Arithmetic.hs:31:21: Not in scope: `behaviorText' cabal: Error: some packages failed to install: reactive-banana-wx-0.6.0.0 failed during the building phase. The exception was: ExitFailure 1 Also wxHaskell seems to be properly installed since I can run the hello world app. best, Miguel Negrão