On Wed, 2007-08-29 at 10:05 -0400, Thomas Hartman wrote:
>
> Ah ok, so I did
>
> echo ":main build -v3" | /usr/local/bin/ghci-6.7.20070816 Setup.hs
> 1>build.out 2>build.err
>
> and this does indeed seem more informative. advice?
Turns out this was a bug in FilePath that Cabal was hitting. Th
uncan Coutts <[EMAIL PROTECTED]>
08/28/2007 08:08 PM
To
Thomas Hartman/ext/[EMAIL PROTECTED]
cc
haskell-cafe@haskell.org
Subject
Re: [Haskell-cafe] cabal install of HDBC-odbc fails on ghc 6.7, -I flag
causes problems
On Tue, 2007-08-28 at 18:19 -0400, Thomas Hartman wrote:
>
>
On Tue, 2007-08-28 at 18:19 -0400, Thomas Hartman wrote:
>
> Well, I built with -v3 as suggested, but the ouptut doesn't seem that
> helpful to me. ghc compile commands, at any rate, do not appear to be
> outputted
Sorry, I meant to pass -v3 to cabal, not to ghc compiling/running
Setup.hs
> $ e
homas Hartman/ext/[EMAIL PROTECTED]
cc
haskell-cafe@haskell.org
Subject
Re: [Haskell-cafe] cabal install of HDBC-odbc fails on ghc 6.7, -I flag
causes problems
On Mon, 2007-08-20 at 13:10 -0400, Thomas Hartman wrote:
>
> problemw with the -I flag to ghc are causing cabal install to fai
On Mon, 2007-08-20 at 13:10 -0400, Thomas Hartman wrote:
>
> problemw with the -I flag to ghc are causing cabal install to fail for
> hdbc-odbc (darcs head).
> Any tips on debugging this cabal install would be appreciated.
> $ runghc Setup.hs configure; runghc Setup.hs build
Try with -v3 is:
problemw with the -I flag to ghc are causing cabal install to fail for
hdbc-odbc (darcs head).
man ghc still reports that -I is a valid flag after installing ghc 6.7
from darcs head a couple days ago.
I think the problem might be the space after the -I flag (which is bad for
both 6.6.1 and 6.7