[Haskell-beginners] version of base in Haskell Platform

Ertugrul Soeylemez es at ertes.de
Thu Jun 30 19:59:03 CEST 2011


Dennis Raddle <dennis.raddle at gmail.com> 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?

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/





More information about the Beginners mailing list