name: rivet-migration version: 0.1.0.1 synopsis: Postgresql migration support for project management tool. -- description: homepage: https://github.com/dbp/rivet license: BSD3 license-file: LICENSE author: Daniel Patterson maintainer: dbp@dbpmail.net -- copyright: -- category: build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Rivet.Migration , Rivet.Migration.V0 -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.9 , postgresql-simple , text hs-source-dirs: src default-language: Haskell2010