Re: ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2008-11-26 Thread Brandon S. Allbery KF8NH
On 2008 Nov 26, at 9:30, Markus Barenhoff wrote: Because the ports seem not to get updated, I tried to compile ghc 6.10.1 under freebsd 7 on amd64 myself. For compiling I first used the ports ghc The tree's not being updated because 64-bit on freebsd doesn't work yet, as you found. I beli

ghc 6.10.1 on freebsd 7 amd64 - ghci problems

2008-11-26 Thread Markus Barenhoff
Hi! Because the ports seem not to get updated, I tried to compile ghc 6.10.1 under freebsd 7 on amd64 myself. For compiling I first used the ports ghc version (6.8.3) and then, in a second try I used the self build 6.10.1 to build it again. I added building of api docs with: $ echo "HADDOCK_DOCS

Re: Linking to Haskell code from an external program

2008-11-26 Thread Colin Paul Adams
> "Jason" == Jason Dusek <[EMAIL PROTECTED]> writes: Jason> Colin Paul Adams <[EMAIL PROTECTED]> wrote: >> I've managed to solve it this morning. It was the way I was >> setting up argc and argv (badly) for the call to hs_init. >> Doing it properly means there are no longer any

Re: Linking to Haskell code from an external program

2008-11-26 Thread Jason Dusek
Colin Paul Adams <[EMAIL PROTECTED]> wrote: > I've managed to solve it this morning. It was the way I was > setting up argc and argv (badly) for the call to hs_init. > Doing it properly means there are no longer any crashes with > either Eiffel compliler. What is the "bad" way to set them up? -

Re: Grammar for (Glasgow) Haskell

2008-11-26 Thread Johannes Waldmann
[EMAIL PROTECTED]:~/software/haskell/ghc-6.10.1> find . -name "*.y*" ./compiler/main/ParsePkgConf.y.source ./compiler/parser/ParserCore.y.source ./compiler/parser/Parser.y.pp.source ./compiler/parser/HaddockParse.y.source ... ___ Glasgow-haskell-users