-- 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.1 synopsis: Manipulate data in PostgreSQL "hstore" columns. description: Some helpers to get and set hstore fields with a Data.Map interface. homepage: http://bitbucket.com/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.*