
30 May
2010
30 May
'10
12:14 p.m.
Dominic Steintiz wrote:
I seem to be in some sort package dependency hell (which I thought the Haskell Platform did away with). I install ghc using my package manager (I'm on opensuse)... But
dom1@fourier:~> cabal upgrade cabal-install
A while back I had a similar problem. I was instructed by the Cabal cabal never to use "cabal upgrade", it's broken. Use "cabal install --reinstall" instead. Hope this helps, Yitz