version of base in Haskell Platform

I just installed the latest Haskell Platform on Windows XP. Then I tried to install the musicxml package, and it says it needs base 3.something. How do I find out what version of base comes with a version of the Haskell Platform? Thanks, Dennis

Dennis Raddle
I just installed the latest Haskell Platform on Windows XP. Then I tried to install the musicxml package, and it says it needs base 3.something. How do I find out what version of base comes with a version of the Haskell Platform?
Run the following command: cabal info base If you can't find the cabal command, make sure that your PATH is correct and contains the path to the binaries installed by the HP. Greets, Ertugrul -- nightmare = unsafePerformIO (getWrongWife >>= sex) http://ertes.de/

On Thu, Jun 30, 2011 at 10:49:23AM -0700, Dennis Raddle wrote:
I just installed the latest Haskell Platform on Windows XP. Then I tried to install the musicxml package, and it says it needs base 3.something. How do I find out what version of base comes with a version of the Haskell Platform?
I guess you actually would like to know what versions of base you have installed, so run: % ghc-pkg list base /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus I invented the term Object-Oriented, and I can tell you I did not have C++ in mind. -- Alan Kay
participants (3)
-
Dennis Raddle
-
Ertugrul Soeylemez
-
Magnus Therning