How to install haskell Parallel on mac? I'm trying: '$sudo cabal install parallel' but its not working. I'm getting the following message:
Resolving dependencies...
Configuring parallel-3.2.0.0...
Preprocessing library parallel-3.2.0.0...
Building parallel-3.2.0.0...
<command line>: cannot satisfy -package-id deepseq-1.1.0.2-09b3aed0c4982bbc6569c668100876fa
(use -v for more information)
cabal: Error: some packages failed to install:
parallel-3.2.0.0 failed during the building phase. The exception was:
ExitFailure 1
Thanks.
cabal install -v paralleltell you? – Daniel Fischer Nov 8 '11 at 21:01permission denied, was that with or without sudo? What happens if you try without build log? – Daniel Fischer Nov 8 '11 at 21:13--build-summary=TEMPLATE, I'm not sure whether you can completely disable it, though. – Daniel Fischer Nov 8 '11 at 21:30