Cabal revisions of tasty-inspection-testing-0.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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.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+name: tasty-inspection-testing +version: 0.2.1 +x-revision: 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.6, + tasty < 1.6, + template-haskell < 2.24 + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall -Wcompat
revision 2
name: tasty-inspection-testing version: 0.2.1 -x-revision: 1 +x-revision: 2 cabal-version: 1.18 build-type: Simple license: MIT other-modules: Test.Tasty.Inspection.Internal build-depends: base < 4.22, ghc < 9.13, - inspection-testing >= 0.5 && < 0.6, + inspection-testing >= 0.5 && < 0.7, tasty < 1.6, template-haskell < 2.24 hs-source-dirs: src
revision 3
name: tasty-inspection-testing version: 0.2.1 -x-revision: 2 +x-revision: 3 cabal-version: 1.18 build-type: Simple license: MIT 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 +tested-with: + GHC==9.14.1, GHC==9.12.2, GHC==9.10.3, GHC==9.8.4, + GHC==9.6.7, 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 exposed-modules: Test.Tasty.Inspection Test.Tasty.Inspection.Plugin other-modules: Test.Tasty.Inspection.Internal - build-depends: base < 4.22, - ghc < 9.13, + build-depends: base < 4.23, + ghc < 9.15, inspection-testing >= 0.5 && < 0.7, tasty < 1.6, - template-haskell < 2.24 + template-haskell < 2.25 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -Wcompat