
I am having problems installing Takusen-0.6 (ghc 6.6.1 on FreeBSD) The configure and build works fine. running ./setup install fails with: Installing: /usr/local/lib/Takusen-0.6/ghc-6.6.1 & /usr/local/bin Takusen-0.6... setup: Error: Could not find module: Database.Oracle.Enumerator with any suffix: ["hi"] I only have sqlite3 installed (no Oracle or Postgres). I followed the usual steps for the install ghc --make -o setup Setup.hs ./setup configure ./setup build ./setup install Any Ideas? Rahul

2007/7/29, Rahul Kapoor
I am having problems installing Takusen-0.6 (ghc 6.6.1 on FreeBSD)
The configure and build works fine. running ./setup install fails with:
Installing: /usr/local/lib/Takusen-0.6/ghc-6.6.1 & /usr/local/bin Takusen-0.6... setup: Error: Could not find module: Database.Oracle.Enumerator with any suffix: ["hi"]
Hi Rahul, just edit the file takusen.cabal and comment (with --) all the lines that begin with Database.Oracle or Database.PostgreSQL. Salvatore
participants (2)
-
Rahul Kapoor
-
Salvatore Insalaco