Issue installing monad-control
Closed this issue · 1 comments
dgdosen commented
Hi all;
I'm trying to get haskell syntastic support on macos and vim working.
There's an error in the dependency chain that leads to monad-control:
$ cabal install monad-control
Resolving dependencies...
Configuring monad-control-0.3.2.1...
/var/folders/mg/09s5gnm9195225l53tqtn6780000gn/T/5757.c:1:12:
warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
^
1 warning generated.
Building monad-control-0.3.2.1...
Preprocessing library monad-control-0.3.2.1...
<command line>: cannot satisfy -package-id transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
(use -v for more information)
Failed to install monad-control-0.3.2.1
cabal: Error: some packages failed to install:
monad-control-0.3.2.1 failed during the building phase. The exception was:
ExitFailure 1
Any idea why this is happening?
basvandijk commented
Thanks for the report! This should be fixed in 0.3.2.2 hopefully.