Re: [Haskell] cabal and ghcconfigure.h

2005-12-07 Thread Isaac Jones
Robert Dockins <[EMAIL PROTECTED]> writes: > [snip] > >> So you are listing extensions in the source files rather than the >> .cabal file, which should be OK (except that it's non-portable, of >> course). So cabal really shouldn't have anything to do with it. So >> it _should_ be all about how c

Re: [Haskell] cabal and ghcconfigure.h

2005-12-07 Thread Robert Dockins
[snip] > So you are listing extensions in the source files rather than the > .cabal file, which should be OK (except that it's non-portable, of > course). So cabal really shouldn't have anything to do with it. So > it _should_ be all about how cabal is calling GHC... The question is, > if the cp

Re: [Haskell] cabal and ghcconfigure.h

2005-12-06 Thread Robert Dockins
I'ts semi-public. Its avaliable, but I don't consider it ready for alpha release so its not been announced. You can find it at http://www.eecs.tufts.edu/~rdocki0/cmm So I guess its announced now :) G URL typo, sorry. Try: http://www.eecs.tufts.edu/~rdocki01/cmm

Re: [Haskell] cabal and ghcconfigure.h

2005-12-06 Thread Robert Dockins
On Dec 5, 2005, at 10:31 PM, Isaac Jones wrote: "Robert" <[EMAIL PROTECTED]> writes: On Dec 1, 2005, at 10:18 AM, Duncan Coutts wrote: On Wed, 2005-11-30 at 22:48 -0500, Robert Dockins wrote: I've just run across a problem with my cabal build system -- I'm not yet sure if this is a cabal

Re: [Haskell] cabal and ghcconfigure.h

2005-12-06 Thread Malcolm Wallace
Isaac Jones <[EMAIL PROTECTED]> writes: > BTW, does cpphs do anything with ghcconfig.h? Should cabal be adding > that include path somewhere in the cases where it uses cpphs? cpphs has no pre-defined macros, and no predefined include paths. If you want it to pretend to be ghc -cpp, you need to a

Re: [Haskell] cabal and ghcconfigure.h

2005-12-05 Thread Isaac Jones
"Robert" <[EMAIL PROTECTED]> writes: > On Dec 1, 2005, at 10:18 AM, Duncan Coutts wrote: >> On Wed, 2005-11-30 at 22:48 -0500, Robert Dockins wrote: >>> I've just run across a problem with my cabal build system -- I'm not yet >>> sure >>> if this is a cabal problem or a system configuration probl

Re: [Haskell] cabal and ghcconfigure.h

2005-12-03 Thread Robert
On Dec 1, 2005, at 10:18 AM, Duncan Coutts wrote: > On Wed, 2005-11-30 at 22:48 -0500, Robert Dockins wrote: >> I've just run across a problem with my cabal build system -- I'm not yet sure >> if this is a cabal problem or a system configuration problem. >> I've been developing a package on OSX us

Re: [Haskell] cabal and ghcconfigure.h

2005-12-01 Thread Duncan Coutts
On Wed, 2005-11-30 at 22:48 -0500, Robert Dockins wrote: > I've just run across a problem with my cabal build system -- I'm not yet sure > if this is a cabal problem or a system configuration problem. > > I've been developing a package on OSX using the ghc 6.4.1 and cabal from > darwinports. Al

[Haskell] cabal and ghcconfigure.h

2005-11-30 Thread Robert Dockins
I've just run across a problem with my cabal build system -- I'm not yet sure if this is a cabal problem or a system configuration problem. I've been developing a package on OSX using the ghc 6.4.1 and cabal from darwinports. All is fine and dandy. However, today I've sucked my darcs repo dow