[Haskell-cafe] Cabal in ghc 6.4.2

Neil Mitchell ndmitchell at gmail.com
Sun Jul 30 09:49:13 EDT 2006


Hi

> so basically I was expecting 'Char' to be in the 'base' package, I guess
> this is wrong?

Yes, Char is in the haskell98 package, the new name for Char is
Data.Char which exports a bit more. Either add haskell98 as a package,
or replace Char with Data.Char (which is in base), I'd recommend the
latter, but either should work.

Thanks

Neil


More information about the Haskell-Cafe mailing list