packages feed

DataVersion-0.1.0.1: DataVersion.cabal

cabal-version: 1.12

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

name:           DataVersion
version:        0.1.0.1
synopsis:       Type safe data migrations
description:    Please see the README on GitHub at <https://github.com/agentultra/DataVersion#readme>
category:       Data
homepage:       https://github.com/agentultra/DataVersion#readme
bug-reports:    https://github.com/agentultra/DataVersion/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/DataVersion

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
    , microlens
  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