Re: [Haskell-cafe] Using HaskellDb to connect to PostgresSql

2008-03-22 Thread Bjorn Bringert
On Wed, Mar 19, 2008 at 8:32 PM, Justin Bailey <[EMAIL PROTECTED]> wrote: > On Wed, Mar 19, 2008 at 10:55 AM, Marc Mertens <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I'm trying to learn to use HaskellDb. I have managed to finally > compile and > > install it on my linux box (I have gh

Re: [Haskell-cafe] Using HaskellDb to connect to PostgresSql

2008-03-19 Thread Justin Bailey
On Wed, Mar 19, 2008 at 10:55 AM, Marc Mertens <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to learn to use HaskellDb. I have managed to finally compile > and > install it on my linux box (I have ghc 6.8.2). But when I try to create a > database description (as described in > http://

[Haskell-cafe] Using HaskellDb to connect to PostgresSql

2008-03-19 Thread Marc Mertens
Hello, I'm trying to learn to use HaskellDb. I have managed to finally compile and install it on my linux box (I have ghc 6.8.2). But when I try to create a database description (as described in http://haskelldb.sourceforge.net/getting-started.html) (using DBDirect-dynamic instead of DBDirect