Re: GHC on ia64

2007-04-30 Thread Cristian Perfumo
Hi again. Ok, we migrated our modifications to 6.6.1, compiled it on the ia64 architecture and it worked :). Ian, thank you very much for your help. Currently we're experiencing another problem: we are not able to use -Nx option even though we compile our program with -threaded option. Find the lo

Re: ghci module load path

2007-04-30 Thread Simon Marlow
Joel Reymont wrote: On Apr 30, 2007, at 10:38 AM, Simon Marlow wrote: The main options you need are -odir and -hidir, which tell GHC to look for object files and interface files somewhere other than next to the source files. Should I assume that the same work for ghci? Yes. Simon ___

Re: ghci module load path

2007-04-30 Thread Joel Reymont
On Apr 30, 2007, at 10:38 AM, Simon Marlow wrote: The main options you need are -odir and -hidir, which tell GHC to look for object files and interface files somewhere other than next to the source files. Should I assume that the same work for ghci? -- http://wagerlabs.com/ _

Re: ghci module load path

2007-04-30 Thread Simon Marlow
Joel Reymont wrote: Folks, Suppose I have a cabalized project where the source is under src/ and the generated code goes into dist/build/test/test-tmp/. How can I load modules from the generated code directory when I'm in the parent of both src and dist? If I do :set -idist/build/test/test

ghci module load path

2007-04-30 Thread Joel Reymont
Folks, Suppose I have a cabalized project where the source is under src/ and the generated code goes into dist/build/test/test-tmp/. How can I load modules from the generated code directory when I'm in the parent of both src and dist? If I do :set -idist/build/test/test-tmp then ghci trie

Re: Release plans

2007-04-30 Thread Simon Marlow
David Waern wrote: Here's a quick summary of the major developments that we already have in the 6.8 codebase: - Associated data types, and the new FC intermediate language - GHCi debugger (although there's an overhaul of the breakpoint support almost ready to go in) - Coverage (HPC) - GADTs +

RE: Re[2]: ANNOUNCE: GHC version 6.6.1

2007-04-30 Thread Simon Peyton-Jones
| Making it possible to use Haskell in mixed language projects with C++ | and Java is obviously a good thing, but it's not really a scalable | solution to distribute them all together. We should look at how to | improve cabal+ghc to make it easier to use them as a component of a | larger system. On

Re: Re[6]: ANNOUNCE: GHC version 6.6.1

2007-04-30 Thread Duncan Coutts
On Mon, 2007-04-30 at 11:02 +0400, Bulat Ziganshin wrote: > Hello Duncan, > > Monday, April 30, 2007, 10:11:09 AM, you wrote: > > >> how ghc/mingw can be used with java? :) > > > I expect it's quite tricky! :-) > > > I'm not claiming it works or is easy, I was just commenting that making > > s

Re[6]: ANNOUNCE: GHC version 6.6.1

2007-04-30 Thread Bulat Ziganshin
Hello Duncan, Monday, April 30, 2007, 10:11:09 AM, you wrote: >> how ghc/mingw can be used with java? :) > I expect it's quite tricky! :-) > I'm not claiming it works or is easy, I was just commenting that making so, you agree that 99% of foreign-language libs that can be used with ghc/mingw a