[Haskell-cafe] Half-integer

Max Rabkin max.rabkin at gmail.com
Sun Jun 28 15:42:36 EDT 2009


On Sun, Jun 28, 2009 at 9:29 PM, Andrew
Coppin<andrewcoppin at btinternet.com> wrote:
>> Which versions of base have you tested it with?  :-)
>>
>
> Whichever one GHC 6.10.3 ships with...

"ghc-pkg list base" will tell you which version you have installed.

> Frankly, I highly doubt it makes any difference either way. (Does anybody
> know how base3 differs from base4?) It only uses a few type classes from the
> Prelude...

If it *only* uses the prelude (i.e., does not include *any* modules),
then it should work with any version of base.

--Max


More information about the Haskell-Cafe mailing list