packages feed

haskelldb-hdbc-sqlite3-0.10: haskelldb-hdbc-sqlite3.cabal

Name: haskelldb-hdbc-sqlite3
Version: 0.10
Copyright: The authors
Maintainer: haskelldb-users@lists.sourceforge.net
Author: Daan Leijen, Conny Andersson, Martin Andersson, Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, Torbjorn Martin, Jeremy Shaw
License: BSD3
build-depends:
  haskell98, 
  base, 
  mtl, 
  haskelldb==0.10, 
  haskelldb-hdbc==0.10, 
  HDBC==1.0.1, 
  HDBC-sqlite3==1.0.1.0
Extensions: ExistentialQuantification,
            OverlappingInstances,
            UndecidableInstances,
            MultiParamTypeClasses
Synopsis: HaskellDB support for the HDBC SQLite driver.
Exposed-Modules:
        Database.HaskellDB.HDBC.SQLite3
ghc-options: -O2