cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 21c291662b767b5c5923f5b8dd4a621d30578be2dae431d97c7dd06383954ec5

name:           DataVersion
version:        0.1.0.0
synopsis:       Type safe data migrations
description:    Please see the README on GitHub at <https://github.com/agentultra/DataMigration#readme>
category:       Data
homepage:       https://github.com/agentultra/DataMigration#readme
bug-reports:    https://github.com/agentultra/DataMigration/issues
author:         Sandy Maguire, James King
maintainer:     james@agentultra.com
copyright:      2019 Sandy Maguire, James King
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/agentultra/DataMigration

library
  exposed-modules:
      Data.Migration
      Data.Migration.Internal
  other-modules:
      Paths_DataVersion
  hs-source-dirs:
      src
  default-extensions: DataKinds TypeFamilies QuantifiedConstraints DeriveGeneric MultiParamTypeClasses FlexibleContexts FlexibleInstances PolyKinds AllowAmbiguousTypes DuplicateRecordFields FunctionalDependencies GeneralizedNewtypeDeriving ScopedTypeVariables TypeApplications TypeOperators UndecidableInstances
  build-depends:
      base >=4.7 && <5
    , generic-lens >=1.1.0.0 && <2
    , microlens >=0.4.10 && <2
  default-language: Haskell2010

test-suite DataVersion-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_DataVersion
  hs-source-dirs:
      test
  default-extensions: DataKinds TypeFamilies QuantifiedConstraints DeriveGeneric MultiParamTypeClasses FlexibleContexts FlexibleInstances PolyKinds AllowAmbiguousTypes DuplicateRecordFields FunctionalDependencies GeneralizedNewtypeDeriving ScopedTypeVariables TypeApplications TypeOperators UndecidableInstances
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      DataVersion
    , QuickCheck
    , base >=4.7 && <5
    , hspec
  default-language: Haskell2010