On Wed, May 16, 2012 at 3:32 PM, A Smith <asmith9...@gmail.com> wrote:

> Hi folks
> I need a little help.
> I had a hiccup upgrading my Ubuntu system, and eventually did a fresh
> install.
> Its mostly fixed to my old favourite ways but I cannot remember what's
> needed to install the stuff that the "import IO" statement uses!
>

"import IO" is obsolescent, and recent Ubuntu went with a GHC that
deprecated it unless you ask for strict Haskell '98 compatibility.  So you
can do that ("-package haskell98"), or you can use the modern name ("import
System.IO").

-- 
brandon s allbery                                      allber...@gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to