dbm-0.2.2: dbm.cabal
name: dbm
version: 0.2.2
synopsis: A *simple* database migration tool.
homepage: https://github.com/relrod/dbm
license: BSD3
license-file: LICENSE
author: Ricky Elrod
maintainer: ricky@elrod.me
copyright: (c) 2016 Ricky Elrod
category: Database
build-type: Simple
cabal-version: >= 1.10
executable dbm
main-is: Main.hs
other-modules: Utility
, SQLite
-- other-extensions:
build-depends: base >= 4 && < 5
, direct-sqlite >= 2.3 && < 2.4
, directory >= 1.2.5.0
, ini
, optparse-applicative >= 0.12 && < 0.14
, sqlite-simple
, text
, time
hs-source-dirs: src
default-language: Haskell2010