packages feed

HDBC-postgresql-hstore-0.0.1.2: HDBC-postgresql-hstore.cabal

-- Initial hdbc-postgresql-hstore.cabal generated by cabal init.  For 
-- further documentation, see http://haskell.org/cabal/users-guide/

name:                HDBC-postgresql-hstore
version:             0.0.1.2
synopsis:            Manipulate data in PostgreSQL "hstore" columns.
description:         Some helpers to get and set hstore fields with a Data.Map interface.
homepage:            https://bitbucket.org/dpwiz/hdbc-postgresql-hstore
license:             MIT
license-file:        LICENSE
author:              Alexander Bondarenko
maintainer:          aenor.realm@gmail.com
-- copyright:           
category:            Database
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Database.HDBC.PostgreSQL.HStore
  -- other-modules:       
  build-depends:       base ==4.5.*, HDBC ==2.3.*, text ==0.11.*, attoparsec ==0.10.*, containers ==0.4.*