name: tasty-inspection-testing version: 0.2.1 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 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-doc-files: changelog.md README.md tested-with: GHC==9.8.1, GHC==9.6.4, GHC==9.4.8, GHC==9.2.8, 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.21, ghc < 9.11, inspection-testing >= 0.5 && < 0.6, tasty < 1.6, template-haskell < 2.23 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -Wcompat