Re: [Please mail every answer also to wolfgang@jeltsch.net.] No hierarchical module names with GHC 5?

2002-01-24 Thread Jens Petersen
Wolfgang Jeltsch <[EMAIL PROTECTED]> writes: > Aren't hierarchical module names supported yet in GHC > 5.00.2? No, not as far as I remember. > At home with GHC 5.02 under Linux everything works fine. I believe they are new to ghc-5.02. Jens ___ Gla

ignore, please

2002-01-24 Thread S.D.Mechveliani
this is mail test, ignore, please ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

[Please mail every answer also to wolfgang@jeltsch.net.] No hierarchical module names with GHC 5?

2002-01-24 Thread Wolfgang Jeltsch
Hello, I use GHC 5.00.2 on Solaris 2.6 at the university and am unable to use hierarchical module names --- with and without the -fglasgow-exts switch. GHCi notifies me of parse errors on the module name. What is interesting is that if my module with hierarchical name imports a module which cannot

Re: notes on ghc-5.02.2. Reply

2002-01-24 Thread Ashley Yakeley
At 2002-01-24 06:52, Ketil Z. Malde wrote: >GHC is in Debian, you probably want to use a cutting-edge release >(i.e. sid or at least woody) to be reasonably current. ghc5 in woody and sid is 5.02. If anyone would has a deb for the latest release, that would be very useful... -- Ashley Yakeley

Re: notes on ghc-5.02.2. Reply

2002-01-24 Thread Ketil Z. Malde
"S.D.Mechveliani" <[EMAIL PROTECTED]> writes: > To my notes on ghc-5.02.2 Simon Marlow writes >> Do you have the readline-devel RPM installed? This is needed to >> compile GHC with readline support. > I run ghc here on two machines. > And it appears now that both are under Debian Linux.

notes on ghc-5.02.2. Reply

2002-01-24 Thread S.D.Mechveliani
To my notes on ghc-5.02.2 Simon Marlow writes >> * up-arrow key does not work in ghci, >> and it worked in binary installation. >> Probably, some library was not found. How to fix this? > Do you have the readline-devel RPM installed? This is needed to compile > GHC with readline suppo

RE: notes on ghc-5.02.2

2002-01-24 Thread Simon Marlow
> Some questions > -- > > * up-arrow key does not work in ghci, > and it worked in binary installation. > Probably, some library was not found. How to fix this? Do you have the readline-devel RPM installed? This is needed to compile GHC with readline support. > I have store

notes on ghc-5.02.2

2002-01-24 Thread S.D.Mechveliani
Dear GHC, Here are some comments on ghc-5.02.2. I have tested it in the following way. 1. Installed binary = ghc-5.02.2-i386-linux-unknown. 2. Compiled ghc-5.02.2-source with binary for linux-i386, under empty mk/build.mk, removed binary installation. 3. Compiled a large Haskell pr