[Haskell] ANN: Takusen 0.8.4
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Fri May 1 19:14:08 EDT 2009
On Fri, 2009-05-01 at 16:16 +0100, Alistair Bayley wrote:
> ANN: Takusen 0.8.4
> The release bundle:
> http://hackage.haskell.org/packages/archive/Takusen/0.8.4/Takusen-0.8.4.tar.gz
> If you have cabal-install, then this command should work:
> cabal install Takusen --flags="sqlite odbc oracle postgres"
> ... but it doesn't (at least for the version of cabal-install
> that I have) because the .tar.gz file I uploaded has a bogus checksum.
Note that it is easy (and recommended) to upgrade to the latest released
version of cabal-install:
$ cabal update
$ cabal install Cabal cabal-install
You can check using:
$ cabal --version
cabal-install version 0.6.2
using version 1.6.0.2 of the Cabal library
Duncan
More information about the Haskell
mailing list