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 >> d...@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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
