packages feed

tasty-inspection-testing-0.2: tasty-inspection-testing.cabal

name:          tasty-inspection-testing
version:       0.2
cabal-version: 1.18
build-type:    Simple
license:       MIT
license-file:  LICENSE
copyright:     2017 Joachim Breitner, 2021 Andrew Lelechenko
author:        Joachim Breitner, Andrew Lelechenko
maintainer:    Andrew Lelechenko <andrew.lelechenko@gmail.com>
homepage:      https://github.com/Bodigrim/tasty-inspection-testing
bug-reports:   https://github.com/Bodigrim/tasty-inspection-testing/issues
category:      Testing
synopsis:      Inspection testing support for tasty
description:   Integrate @inspection-testing@ into @tasty@ test suites.

extra-source-files:
  changelog.md
  README.md

tested-with: GHC==9.2.2, GHC==9.0.2, GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2

source-repository head
  type: git
  location: https://github.com/Bodigrim/tasty-inspection-testing

library
  exposed-modules:  Test.Tasty.Inspection
                    Test.Tasty.Inspection.Plugin
  other-modules:    Test.Tasty.Inspection.Internal
  build-depends:    base < 4.18,
                    ghc,
                    inspection-testing >= 0.5 && < 0.6,
                    tasty,
                    template-haskell
  hs-source-dirs:   src
  default-language: Haskell2010
  ghc-options:      -Wall -Wcompat