Re: Any Debian Etch packages for GHC 6.8.2?

2008-01-08 Thread Wagner Ferenc
Ravi Nanavati [EMAIL PROTECTED] writes: Well... I built some (not all) of the 6.8.2-related packages in Haskell Unsafe on etch. Hmm. I couldn't find 6.8 stuff on Haskell Unsafe at all. Where is it? Don't you mean Sid instead? Ian uploaded 6.8.2 the day before yesterday... Maybe when he's

Re: readline on macs

2008-01-08 Thread Simon Marlow
Ian Lynagh wrote: On Mon, Jan 07, 2008 at 09:19:25AM -0800, Judah Jacobson wrote: On Jan 7, 2008 6:55 AM, Christian Maeder [EMAIL PROTECTED] wrote: Judah Jacobson wrote: On Jan 5, 2008 10:29 AM, Thorkil Naur [EMAIL PROTECTED] wrote: The alternative is to use static linking of gmp (as

bindist for Intel MacOS X 10.4 (Tiger) with static libs

2008-01-08 Thread Christian Maeder
Hi, I've succeeded in building a binary distribution that uses static libraries for gmp and readline. libreadline.a, libncurses.a and libgmp.a with corresponding header files are included. (For license issues ask someone else.) Linking is done using the flag -search_paths_first. Frameworks or

darcs patch: [PROOF OF CONCEPT] build readline package with libedit

2008-01-08 Thread Judah Jacobson
On Jan 8, 2008 5:39 AM, Simon Marlow [EMAIL PROTECTED] wrote: Ian Lynagh wrote: Perhaps the best answer is for someone to make editline bindings for Haskell? I don't *think* libedit provides the completion functionality that we use in GHC, but I could be wrong. The only way to know for

Re: darcs patch: [PROOF OF CONCEPT] build readline package with libedit

2008-01-08 Thread Christian Maeder
Could you try to install http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shellac-0.9.1 and http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shellac-readline-0.9 If that works, I'll be content with libedit as well. Christian Judah Jacobson wrote: On Jan 8, 2008 5:39 AM,

Re: Any Debian Etch packages for GHC 6.8.2?

2008-01-08 Thread Ravi Nanavati
On Jan 8, 2008 5:23 AM, Wagner Ferenc [EMAIL PROTECTED] wrote: Ravi Nanavati [EMAIL PROTECTED] writes: Hmm. I couldn't find 6.8 stuff on Haskell Unsafe at all. Where is it? Don't you mean Sid instead? Ian uploaded 6.8.2 the day before yesterday... Maybe when he's finished with this work,

Re: Maps, was Re: GHC source code improvement ideas

2008-01-08 Thread Wolfgang Jeltsch
Am Sonntag, 6. Januar 2008 13:37 schrieb Adrian Hey: It's the GT class here.. Short remark: Wouldn’t a longer, more descriptive identifier be better? Best wishes, Wolfgang ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org

Re: darcs patch: [PROOF OF CONCEPT] build readline package with libedit

2008-01-08 Thread Judah Jacobson
On Jan 8, 2008 11:21 AM, Christian Maeder [EMAIL PROTECTED] wrote: Could you try to install http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shellac-0.9.1 and http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Shellac-readline-0.9 If that works, I'll be content with libedit

problem with GHC installaion on x86_64

2008-01-08 Thread Yu Di
Hi, I am trying to use ghc on a 64-bit machine (uname -a shows: Linux ... 2.6.9-55.ELsmp #1 SMP Fri Apr 20 16:36:54 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux), I first downloaded the x86 binary bz2 file and successfully installed it, but when I use that version to compile my programs, I get a lot

Re: problem with GHC installaion on x86_64

2008-01-08 Thread Bryan O'Sullivan
Yu Di wrote: Hi, I am trying to use ghc on a 64-bit machine (uname -a shows: Linux ... 2.6.9-55.ELsmp #1 SMP Fri Apr 20 16:36:54 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux), Since you're using RHEL4, you could try grabbing a GHC source RPM for Fedora and building that. It might take a bit of