Cabal bug?
Niklas Broberg
niklas.broberg at gmail.com
Mon Apr 11 11:17:26 EDT 2005
Some more wierd behavior:
I have a configure script that uses some custom --with-X flags. I now
want to access this script through Cabal. If I say
> ./configure --with-sessiondb-driver=PostgreSQL
the @DB_UPPER@ markers in my files get exchanged for "PostgreSQL". If
I instead write
> runhaskell Setup.hs configure --with-sesisondb-driver=PostgreSQL
the @DB_UPPER@ markers become "yes". How come?
/Niklas
More information about the Libraries
mailing list