There is output from verbose mode here I know that this was used to work for me but now it happens . I tried it with other packages and got the same results. Package Tools: / usr / local / bin / ghc-pkg /
Usc / local / bin / ghc-pkg --version / usr / bin / gcc -dumpversion / usr / local / bin found package in the package near the compiler, ghc-pkg pass / usr / local / bin / ghc -c / tmp /412.c -o /tmp/412.o/ usr/bin/ld-x-r/tmp/412.o-o/tmp/413.o/ usr / Local / bin / ghc --supported-languages Reading installed packages ... / usr / local / bin / ghc-pkg list Reading packages available ... Dependency detection ...At this point, program virtual memory Starts to eat Locking and ultimately, OS encourages me to warn about decreasing disk space.
Here's my environment. I'm also on Mac OS X 10.4.11. >
$ ghc --version Fantastic Glasgow Haskell Collection System, Version 6.8.2 $ ghc-pkg List -V GHC Package Manager version 6.8 .2 $ cabal --version cabal-install version 0.5.9
Resolve the issue by using the Cabal library version 1.5.3 is the current standard (being part of the 2010.2 Haskell platform) for the cabal-install / Cabal pair:
- CabĂ 1.8.0.6
- CAB-install 0.8.2
G With HC 6.12.3
Comments
Post a Comment