Hi, please can you help me with following? I’m having some issues with a Haskell upgrade.Before upgrade I have uninstalled Haskell, removed directory + removed .ghc and .cabal files. After I install haskell and run cabal –V I get the output below. Confusing is the versions cabal returns: cabal-install version 1.18.0.5 using version 1.18.1.4? I have tried to run also cabal update, what installed 1.20.0.3, but I still got the same output. What does it mean?I’m running on Mac.**********************************************************************=== Configuration for cabal has been written to/Users/miro/.cabal/config=== Executables will be installed in:/Users/miro/Library/Haskell/binYou may wish to place this on your PATH by adding the followingline to your ~/.bash_profile:export PATH="$HOME/Library/Haskell/bin:$PATH"=== When documentation is built, a master index to all documentationwill be placed in:/Users/miro/Library/Haskell/doc/index.htmlYou may wish to bookmark that file once it gets built (after thefirst cabal install).**********************************************************************Downloading the latest package list from hackage.haskell.orgNote: there is a new version of cabal-install available.To upgrade, run: cabal install cabal-installcabal-install version 1.18.0.5using version 1.18.1.4 of the Cabal library
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners