Question

I need to install Yesod and dependancies trough Cabal, unfortunately I'm not able to update cabal. Shell output:

...$ sudo cabal install cabal-install 
Resolving dependencies...
Configuring cabal-install-1.18.0.2...

/tmp/24453.c:1:12:
     warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
           ^
1 warning generated.
Building cabal-install-1.18.0.2...
Preprocessing executable 'cabal' for cabal-install-1.18.0.2...
<command line>: cannot satisfy -package-id HTTP-4000.2.8-cdf033f9d7051824f52cd5101df67509
    (use -v for more information)
Failed to install cabal-install-1.18.0.2
cabal: Error: some packages failed to install:
cabal-install-1.18.0.2 failed during the building phase. The exception was:
ExitFailure 1

Anyone knows how to fix it? Nothing really makes sense to me.

Was it helpful?

Solution

The solution can be found here: Installing & Building GHC with OSX Mavericks GHC

The commandline tools from apple are required!

Thanks!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top