Re: Re: [Haskell-cafe] Build failed - hidden package ?

2007-03-04 Thread Dunric
Yes, that did the trick. Thank You. >-Puvodni zprava- >Od: J. Garrett Morris [mailto:[EMAIL PROTECTED] >Komu: Dunric <[EMAIL PROTECTED]> >Předmět: Re: [Haskell-cafe] Build failed - hidden package ? > > >Hello, > >Are you building with Cabal? In case you

[Haskell-cafe] Build failed - hidden package ?

2007-02-26 Thread Dunric
Hi. I've got stuck with the following compilation error I probably can't fully understand: -- Building library... ... Using package config file: /usr/local/lib/ghc-6.6/package.conf wired-in package base mapped to base-2.0 wired-i

[Haskell-cafe] GHCi and multi-line support ?

2007-02-19 Thread Dunric
Is it possible to write multi-line definitions in GHC interactive interpreter ? (like in Python interp. ?) When I try to write f.E. if-then-else in more then 1 line I get the following error: :1:30: parse error (possibly incorrect indentation) -- http://