-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtasty-inspection-testing.cabal
37 lines (33 loc) · 1.31 KB
/
tasty-inspection-testing.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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 <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-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.22,
ghc < 9.13,
inspection-testing >= 0.5 && < 0.7,
tasty < 1.6,
template-haskell < 2.24
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -Wcompat