bbrown:
> Is there a way to pass misc options to the cabal, ghc process.
> 
> I tried the following:
> 
> extra-libraries:         sqlite3
> extra-lib-dirs:          C:\cygwin\lib
> include-dirs:            C:\cygwin\usr\include
> ghc-options:             -mno-cygwin
> 
> runhaskell Setup.lhs build --ghc-options=-mno-cygwin -v

    ghc-options: -optc-mno-cygwin
    cc-options:  -mno-cygwin

or 
    ghc-options:     -O2 -Wall
    cc-options:      -Wall

or via the foo.buildinfo file.

    Ghc-options: [EMAIL PROTECTED]@
    Cc-options:  @CPPFLAGS@

Writing a binding to sqlite3?

-- Don
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to