packages feed

polysemy-check-0.1.0.0: polysemy-check.cabal

cabal-version: 1.12

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

name:           polysemy-check
version:        0.1.0.0
synopsis:       QuickCheck for Polysemy
description:    Please see the README on GitHub at <https://github.com/polysemy-research/polysemy-check#readme>
category:       Polysemy
homepage:       https://github.com/polysemy-research/polysemy-check#readme
bug-reports:    https://github.com/polysemy-research/polysemy-check/issues
author:         Sandy Maguire
maintainer:     sandy@sandymaguire.me
copyright:      Sandy Maguire
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/polysemy-research/polysemy-check

library
  exposed-modules:
      Polysemy.Check
      Polysemy.Check.Arbitrary
      Polysemy.Check.Arbitrary.AnyEff
      Polysemy.Check.Arbitrary.Generic
      Polysemy.Check.Orphans
      Polysemy.Internal.Union.Inject
  other-modules:
      Paths_polysemy_check
  hs-source-dirs:
      src
  default-extensions:
      AllowAmbiguousTypes
      ConstraintKinds
      DataKinds
      FlexibleContexts
      FlexibleInstances
      GADTs
      LambdaCase
      MultiParamTypeClasses
      PolyKinds
      RankNTypes
      ScopedTypeVariables
      StandaloneDeriving
      TemplateHaskell
      TypeApplications
      TypeFamilies
      TypeOperators
      UndecidableInstances
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , base >=4.7 && <5
    , containers
    , kind-generics
    , kind-generics-th
    , polysemy
  default-language: Haskell2010

test-suite test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      CommutativeSpec
      EquivSpec
      LawSpec
      Paths_polysemy_check
  hs-source-dirs:
      test
  default-extensions:
      AllowAmbiguousTypes
      ConstraintKinds
      DataKinds
      FlexibleContexts
      FlexibleInstances
      GADTs
      LambdaCase
      MultiParamTypeClasses
      PolyKinds
      RankNTypes
      ScopedTypeVariables
      StandaloneDeriving
      TemplateHaskell
      TypeApplications
      TypeFamilies
      TypeOperators
      UndecidableInstances
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-tool-depends:
      hspec-discover:hspec-discover >=2.0
  build-depends:
      QuickCheck
    , base >=4.7 && <5
    , containers
    , hspec
    , kind-generics
    , kind-generics-th
    , polysemy
    , polysemy-check
    , polysemy-plugin
  default-language: Haskell2010