packages feed

safecopy-migrate-0.2.0: safecopy-migrate.cabal

name:                safecopy-migrate
version:             0.2.0
synopsis:            Making SafeCopy migrations easier
description:
  A sort of a creepy language for describing @SafeCopy@ migrations
  and having types derived from them automatically.
homepage:            http://github.com/aelve/safecopy-migrate
bug-reports:         http://github.com/aelve/safecopy-migrate/issues
license:             PublicDomain
author:              Artyom
maintainer:          yom@artyom.me
category:            Data
tested-with:         GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3
build-type:          Simple
extra-source-files:  CHANGELOG.md
cabal-version:       >=1.10

source-repository head
  type:                git
  location:            git://github.com/aelve/safecopy-migrate.git

library
  exposed-modules:     Data.SafeCopy.Migrate
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <5,
                       base-prelude,
                       cereal,
                       containers,
                       extra,
                       haskell-src-meta,
                       microlens,
                       safecopy,
                       template-haskell >= 2.11,
                       th-abstraction,
                       uniplate
  ghc-options:         -Wall -fno-warn-unused-do-bind
  hs-source-dirs:      lib
  default-language:    Haskell2010