packages feed

Cabal revisions of tasty-inspection-testing-0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:          tasty-inspection-testing-version:       0.1-cabal-version: 1.18-build-type:    Simple-license:       MIT-license-file:  LICENSE-copyright:     2017 Joachim Breitner, 2021 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.0.1, GHC==8.10.4, 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 < 5,-                    ghc,-                    inspection-testing >= 0.4.5 && < 0.5,-                    tasty,-                    template-haskell-  hs-source-dirs:   src-  default-language: Haskell2010-  ghc-options:      -Wall+name:          tasty-inspection-testing
+version:       0.1
+x-revision: 1
+cabal-version: 1.18
+build-type:    Simple
+license:       MIT
+license-file:  LICENSE
+copyright:     2017 Joachim Breitner, 2021 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.0.1, GHC==8.10.4, 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.17,
+                    ghc,
+                    inspection-testing >= 0.4.5 && < 0.5,
+                    tasty,
+                    template-haskell
+  hs-source-dirs:   src
+  default-language: Haskell2010
+  ghc-options:      -Wall