[Haskell-cafe] HDBC PostgreSQL

Ketil Malde ketil at malde.org
Sat Oct 10 02:55:34 EDT 2009


Patrick Brannan <brannanster at gmail.com> writes:

> Prelude> :module Database.HDBC Database.HDBC.PostgreSQL
> module `Database.HDBC.PostgreSQL' is not loaded

I wonder if I haven't seen this when I'm in the package's top directory,
that is, the current directory contains Database/HDBC/PostgreSQL.hs
below it.  Cd somewhere else and try again?

% cd Work/biohaskell/biolib
% ghci
GHCi, version 6.10.4: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer ... linking ... done.
Loading package base ... linking ... done.
Prelude> :m Bio.Sequence
module `Bio.Sequence' is not loaded
Prelude> :cd /
Prelude> :m Bio.Sequence
Prelude Bio.Sequence> 

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants


More information about the Haskell-Cafe mailing list