From: Robert v. H. <rh...@cs...> - 2005-05-31 10:33:29
|
I think that Setup.hs in the repos together with the cabal file could be used to compile with GHC 6.4 and PostgreSQL support. However, I would like to compile with GHC 6.4, HSQL, and MySQL (and NO PostgreSQL). When I try runhaskell Setup.hs build, I get: $ runhaskell Setup.hs build Preprocessing library haskelldb-0.9... can't find source for Database.HaskellDB.HSQL.PostgreSQL in ["build/ghc"] In the output of "runhaskell Setup.hs configure", I don't see anything trying to look for availability of PostgreSQL either. Is there an easy solution to this? Robert |