name: ribbit version: 0.2.0.0 synopsis: ribbit -- description: homepage: https://github.com/owensmurray/ribbit license: MIT license-file: LICENSE author: Rick Owens maintainer: rick@owensmurray.com copyright: 2019 Owens Murray, LLC. -- category: build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Database.Ribbit Database.Ribbit.PostgreSQL -- other-modules: -- other-extensions: build-depends: Only >= 0.1 && < 0.2, base >= 4.12 && < 4.13, om-show >= 0.1.1.0 && < 0.2, postgresql-simple >= 0.6.2 && < 0.7, text >= 1.2.3.1 && < 1.3 hs-source-dirs: src default-language: Haskell2010