name: postgresql-simple-bind version: 0.1.0.0 synopsis: A FFI-like bindings for PostgreSQL stored functions description: For tutorial see here: https:\/\/github.com\/zohl\/postgresql-simple-bind\/blob\/master\/README.md license: GPL-3 license-file: LICENSE author: Al Zohali maintainer: Al Zohali -- copyright: category: Database build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: https://github.com/zohl/postgresql-simple-bind.git library build-depends: base >=4.8 && <4.9 , attoparsec , bytestring , heredoc , postgresql-simple , template-haskell , text , time hs-source-dirs: src exposed-modules: Database.PostgreSQL.Simple.Bind Database.PostgreSQL.Simple.Bind.Types Database.PostgreSQL.Simple.Bind.Util Database.PostgreSQL.Simple.Bind.Representation other-modules: Database.PostgreSQL.Simple.Bind.Implementation default-language: Haskell2010 test-suite tests type: exitcode-stdio-1.0 hs-source-dirs: tests main-is: Main.hs ghc-options: -Wall build-depends: base , bytestring , HUnit , postgresql-simple , postgresql-simple-bind , text default-language: Haskell2010 test-suite examples type: exitcode-stdio-1.0 hs-source-dirs: examples main-is: Main.hs ghc-options: -Wall build-depends: attoparsec , base , bytestring , case-conversion , HUnit , postgresql-simple , postgresql-simple-bind , text default-language: Haskell2010