Hi, when I try to install this package http://hackage.haskell.org/package/base-4.1.0.0
by running:
runhaskell Setup configure
I am getting this error:
attempting to use module `System.IO' (System/IO.hs) which is not loaded
Not in scope: `System.IO.stderr'
Not in scope: `System.IO.stdin' ghc-6.8.2: panic! (the 'impossible' happened) (GHC version 6.8.2 for i386-unknown-linux): interactiveUI:setBuffering
Any ideas what might be wrong? Also when I cd to the directory with the files and type ghci I am getting the same error but ghci works in general.
Thanks!