packages feed

haskelldb-hdbc-postgresql-0.10: haskelldb-hdbc-postgresql.cabal

Name: haskelldb-hdbc-postgresql
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-postgresql==1.0.1.0
Extensions: ExistentialQuantification,
            OverlappingInstances,
            UndecidableInstances,
            MultiParamTypeClasses
Synopsis: HaskellDB support for the HDBC PostgreSQL driver.
Exposed-Modules:
        Database.HaskellDB.HDBC.PostgreSQL
ghc-options: -O2