From: Georgos S. <si...@gm...> - 2006-07-11 20:20:46
|
> Hi Georgos, > > did you install the haskelldb-hsql-postgresql package? What does "ghc- > pkg list" show? Hi Bj=F6rn, I have installed the package, the list of the installed packages is the following: /usr/local/lib/ghc-6.5.20060608/package.conf: ALUT-2.0, Cabal-1.1.4, GLUT-2.0, HDBC-1.0.0, HDBC-postgresql-1.0.0.0, HGL-3.1, HUnit-1.1, OpenGL-2.1, QuickCheck-1.0, X11-1.1, base-1.0, fgl-5.2, fps-0.7, (ghc-6.5.20060608), haskell-src-1.0, haskell98-1.0, haskelldb-0.9, haskelldb-dynamic-0.9, haskelldb-hdbc-0.9, haskelldb-hdbc-postgresql-0.9, haskelldb-hsql-0.9, haskelldb-hsql-postgresql-0.9, hsql-1.7, hsql-odbc-1.7, hsql-postgresql-1.7, mtl-1.0, network-1.0, parsec-2.0, plugins-1.0, readline-1.0, rts-1.0, stm-1.0, template-haskell-1.0, time-0.3.1, unix-1.0 Any other idea of what the problem might be? > > Also, can anyone tell me how i can generate the documentation using > > haddock, so that I have a single index file for all the haskelldb > > packages. > > Hmm, good question. You can't use Cabal's haddock command for that. I > added a Makefile with a 'haddock' target which builds haddock docs > in doc/api. Just pull the current darcs version and run: > > $ make haddock Thanks, for the prompt reply and the makefile, Georgos |