Name: database-migrate Version: 0.2.0 License: BSD3 License-File: LICENSE Author: Mark Hibberd Maintainer: Mark Hibberd Copyright: (c) 2012 Mark Hibberd Synopsis: Database versioning and migration (experimental) Category: Database Homepage: https://github.com/markhibberd/database-migrate Bug-reports: https://github.com/markhibberd/database-migrate/issues Cabal-Version: >= 1.8 Build-Type: Simple Description: A database versioning and migration library. . /Note/: This library is under heavy development, currently the PostgreSQL implementation is functional, but expected to change. It is intended that a type safe migration api, command line tools and MySql support be added before this library will be considered stable. Source-Repository head Type: git Location: https://github.com/markhibberd/migrate.git Flag small_base Description: Choose the new, split-up base package. Library Build-Depends: base >= 3 && < 5 , text >= 0.11 , directory >= 1.0 , filepath >= 1.0 , bytestring >= 0.9 , time >= 1.0 , postgresql-simple >= 0.1.4.3 , containers >= 0.4 , either >= 3.0.2 , transformers >= 0.2 , cmdargs >= 0.9.3 , lens >= 3.9.0.2 GHC-Options: -Wall -fno-warn-orphans Hs-Source-Dirs: src Exposed-Modules: Database.Migrate Database.Migrate.PostgreSQL Database.Migrate.Migration Database.Migrate.Migration.Ddl Database.Migrate.Migration.Directory Database.Migrate.Migration.File Database.Migrate.Migration.FileStandard Database.Migrate.Migration.FileInferred