name: moto-postgresql version: 0.0.2 synopsis: PostgreSQL-based migrations registry for moto. license: Apache-2.0 license-file: LICENSE.txt extra-source-files: README.md CHANGELOG.md author: Renzo Carbonara maintainer: ren@ren!zone category: Database build-type: Simple cabal-version: >=2.0 homepage: https://gitlab.com/k0001/moto bug-reports: https://gitlab.com/k0001/moto/issues library hs-source-dirs: lib default-language: Haskell2010 exposed-modules: Moto.PostgreSQL build-depends: base (>=4.6 && <5.0), bytestring, df1, di-df1, moto, postgresql-simple, safe-exceptions, text