6.12.1rc1: non-Latin filenames in GHCi

2009-10-18 Thread Chryssochoidis Christos
I've noticed that when I load in GHCi a file that has a non-latin name, although it gets loaded, its name appears garbled in the message after the loading: Prelude :load πρόχειρον.hs [1 of 1] Compiling Main ( πρΠ¿ÌÏ‡ÎµÎ¹ÏÎ¿Î½.hs, interpreted ) Ok, modules loaded: Main.

Re: 6.12.1rc1: non-Latin filenames in GHCi

2009-10-18 Thread Don Stewart
christosc: I've noticed that when I load in GHCi a file that has a non-latin name, although it gets loaded, its name appears garbled in the message after the loading: Prelude :load πρόχειρον.hs [1 of 1] Compiling Main ( πρόχειρον.hs, interpreted ) Ok, modules

Broken link in GHC page

2009-10-18 Thread Marco Túlio Gontijo e Silva
Hi. The link to the mailing list on the GHC page is not correct. It should link to http://www.haskell.org/ghc/docs/latest/html/users_guide/mailing-lists-GHC.html instead of http://www.haskell.org/ghc/docs/latest/html/users_guide/introduction-GHC.html#mailing-lists-GHC . Greetings. -- marcot

[Fwd: Re: [Gtk2hs-devel] Help with build on Alpha]

2009-10-18 Thread Marco Túlio Gontijo e Silva
Hi. I sent a mail to gtk2hs-devel about this bug, and I'm forwarding it's response to here. Greetings. Mensagem encaminhada De: Axel Simon axel.si...@ens.fr (...) On Sep 27, 2009, at 18:02, Marco Túlio Gontijo e Silva wrote: (...) I don't have a clue about this bug:

Re: 6.12.1rc1: non-Latin filenames in GHCi

2009-10-18 Thread Chryssochoidis Christos
Thanks Don for your reply. I may have overlooked something in the blog post you gave, but my understanding is that it talks about the user's input/output to and from GHCi and the file system. The user IO with non-Latin chars seems to work fine in GHC 6.12.1; e.g.: *Main putStrLn

Re: ANNOUNCE: GHC 6.12.1 Release Candidate 1

2009-10-18 Thread Antoine Latter
On Sun, Oct 11, 2009 at 3:41 PM, Ian Lynagh ig...@earth.li wrote: Hi all, We are pleased to (finally!) announce the first release candidate for GHC 6.12.1:    http://darcs.haskell.org/~ghc/dist/6.12.1rc1/ As well as the source tarball:    ghc-6.12.0.20091010-src.tar.bz2 there are

Re: [Fwd: Re: [Gtk2hs-devel] Help with build on Alpha]

2009-10-18 Thread Duncan Coutts
On Sun, 2009-10-18 at 16:01 -0200, Marco Túlio Gontijo e Silva wrote: Hi. I sent a mail to gtk2hs-devel about this bug, and I'm forwarding it's response to here. This limitation might be different now that ghc is using libffi. Duncan I don't have a clue about this bug:

ghc search paths (like CPATH for gcc)

2009-10-18 Thread Misha Aizatulin
Hello, is there a mechanism for ghc similar to setting the CPATH variable for gcc? I'd like ghc to look in the given list of paths every time it compiles something, without me having to retype the flags. For ghci there is .ghci, but it gets ignored when I run ghc. Best, Misha