[Haskell-beginners] Adding module

Felipe Lessa felipe.lessa at gmail.com
Thu Apr 8 06:50:12 EDT 2010


On Thu, Apr 08, 2010 at 11:54:50AM +0200, legajid at free.fr wrote:
> Hi,
>
> i need the System.IO.UTF8 module.
> But it is not in my installation package (windows xp, ghc 6.10.4); i can't import it, nor display html help about it.
> Where to find and how to install it ?

Hello!

Use the Hayoo! search engine:

   http://holumbus.fh-wedel.de/hayoo/hayoo.html?query=System.IO.UTF8

It says in green letters that it comes from package utf8-string.  Then you just need to

   cabal install utf8-string

Cheers,

--
Felipe.


More information about the Beginners mailing list