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
[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
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
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
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
"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
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
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
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