Re: [Haskell-cafe] Cabal and DB packages

2008-01-08 Thread inormann
This is how I successfully installed haskelldb-0.10 package with ghc-6.8.2 today: Assuming you have downloaded and unpacked haskelldb-0.10 from http://hackage.haskell.org/packages/archive/haskelldb/0.10/haskelldb-0.10.tar.gz you need to append in haskelldb-0.10/haskelldb.cabal pretty, old-tim

Re: [Haskell-cafe] Cabal and DB packages

2007-11-25 Thread Alistair Bayley
On 25/11/2007, Thomas Schilling <[EMAIL PROTECTED]> wrote: > On Sun, 2007-11-25 at 18:49 +0100, manu wrote: > > Hello, > > > > I'm trying to do something that should be fairly simple, installing > > some DB package so I can use MySQL or SQLite. > > > > with Takusen : > > > > $ runhaskell Setup.hs c

Re: [Haskell-cafe] Cabal and DB packages

2007-11-25 Thread Thomas Schilling
On Sun, 2007-11-25 at 18:49 +0100, manu wrote: > Hello, > > I'm trying to do something that should be fairly simple, installing > some DB package so I can use MySQL or SQLite. > > However I've had troubles building HSQL, HaskellDB and Takusen before > giving up (I am using ghc 6.8.1 and Cabal

[Haskell-cafe] Cabal and DB packages

2007-11-25 Thread manu
Hello, I'm trying to do something that should be fairly simple, installing some DB package so I can use MySQL or SQLite. However I've had troubles building HSQL, HaskellDB and Takusen before giving up (I am using ghc 6.8.1 and Cabal-1.2.2.0). -- with HSQL : Database/HSQL