packages feed

Cabal revisions of tasty-hspec-1.2.0.4

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

revision 1
-cabal-version:       2.2-name:                tasty-hspec-version:             1.2.0.4-synopsis:            Hspec support for the Tasty test framework.-description:         This package provides a Tasty provider for Hspec test-                     suites.--homepage:            https://github.com/mitchellwrosen/tasty-hspec-license:             BSD-3-Clause-license-file:        LICENSE-author:              Mitchell Rosen-maintainer:          mitchellwrosen@gmail.com-category:            Testing-build-type:          Simple-tested-with:         GHC == 9.2.7, GHC == 9.4.4, GHC == 9.6.1+cabal-version: 2.2+name: tasty-hspec+version: 1.2.0.4+x-revision: 1+synopsis: Hspec support for the Tasty test framework.+description: This package provides a Tasty provider for Hspec test suites.+homepage: https://github.com/mitchellwrosen/tasty-hspec+license: BSD-3-Clause+license-file: LICENSE+author: Mitchell Rosen+maintainer: mitchellwrosen@gmail.com+category: Testing+build-type: Simple+tested-with: GHC == 9.2.7, GHC == 9.4.4, GHC == 9.6.1  extra-doc-files:   .gitignore     hspec-api ^>= 2.11.0,     hspec-core ^>= 2.11.0,     QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14,-    tasty ^>= 1.3 || ^>= 1.4,+    tasty ^>= 1.3 || ^>= 1.4 || ^>= 1.5,     tasty-smallcheck >= 0.1 && < 0.9,     tasty-quickcheck ^>= 0.9.1 || ^>= 0.10,   default-extensions:
revision 2
 cabal-version: 2.2 name: tasty-hspec version: 1.2.0.4-x-revision: 1+x-revision: 2 synopsis: Hspec support for the Tasty test framework. description: This package provides a Tasty provider for Hspec test suites. homepage: https://github.com/mitchellwrosen/tasty-hspec maintainer: mitchellwrosen@gmail.com category: Testing build-type: Simple-tested-with: GHC == 9.2.7, GHC == 9.4.4, GHC == 9.6.1+tested-with: GHC == 9.4.7, GHC == 9.6.3, GHC == 9.8.1  extra-doc-files:   .gitignore  library   build-depends:-    base ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18,+    base ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19,     hspec ^>= 2.11.0,     hspec-api ^>= 2.11.0,     hspec-core ^>= 2.11.0,
revision 3
 cabal-version: 2.2 name: tasty-hspec version: 1.2.0.4-x-revision: 2+x-revision: 3 synopsis: Hspec support for the Tasty test framework. description: This package provides a Tasty provider for Hspec test suites. homepage: https://github.com/mitchellwrosen/tasty-hspec     hspec ^>= 2.11.0,     hspec-api ^>= 2.11.0,     hspec-core ^>= 2.11.0,-    QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14,+    QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14 || ^>= 2.15,     tasty ^>= 1.3 || ^>= 1.4 || ^>= 1.5,     tasty-smallcheck >= 0.1 && < 0.9,     tasty-quickcheck ^>= 0.9.1 || ^>= 0.10,
revision 4
 cabal-version: 2.2-name: tasty-hspec-version: 1.2.0.4-x-revision: 3-synopsis: Hspec support for the Tasty test framework.++author: Mitchell Dalvi Rosen+build-type: Simple+category: Testing description: This package provides a Tasty provider for Hspec test suites. homepage: https://github.com/mitchellwrosen/tasty-hspec-license: BSD-3-Clause license-file: LICENSE-author: Mitchell Rosen-maintainer: mitchellwrosen@gmail.com-category: Testing-build-type: Simple-tested-with: GHC == 9.4.7, GHC == 9.6.3, GHC == 9.8.1+license: BSD-3-Clause+maintainer: Mitchell Dalvi Rosen <mitchellwrosen@gmail.com>+name: tasty-hspec+synopsis: Hspec support for the Tasty test framework.+tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1+version: 1.2.0.4+x-revision: 4  extra-doc-files:   .gitignore  library   build-depends:-    base ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19,+    base ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20,     hspec ^>= 2.11.0,     hspec-api ^>= 2.11.0,     hspec-core ^>= 2.11.0,
revision 5
 synopsis: Hspec support for the Tasty test framework. tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1 version: 1.2.0.4-x-revision: 4+x-revision: 5  extra-doc-files:   .gitignore     QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14 || ^>= 2.15,     tasty ^>= 1.3 || ^>= 1.4 || ^>= 1.5,     tasty-smallcheck >= 0.1 && < 0.9,-    tasty-quickcheck ^>= 0.9.1 || ^>= 0.10,+    tasty-quickcheck ^>= 0.9.1 || ^>= 0.10 || ^>= 0.11,   default-extensions:     LambdaCase     ScopedTypeVariables
revision 6
 maintainer: Mitchell Dalvi Rosen <mitchellwrosen@gmail.com> name: tasty-hspec synopsis: Hspec support for the Tasty test framework.-tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1+tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1, GHC == 9.12.1 version: 1.2.0.4-x-revision: 5+x-revision: 6  extra-doc-files:   .gitignore  library   build-depends:-    base ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20,+    base ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21,     hspec ^>= 2.11.0,     hspec-api ^>= 2.11.0,     hspec-core ^>= 2.11.0,
revision 7
 synopsis: Hspec support for the Tasty test framework. tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1, GHC == 9.12.1 version: 1.2.0.4-x-revision: 6+x-revision: 7  extra-doc-files:   .gitignore     hspec ^>= 2.11.0,     hspec-api ^>= 2.11.0,     hspec-core ^>= 2.11.0,-    QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14 || ^>= 2.15,+    QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14 || ^>= 2.15 || ^>= 2.16,     tasty ^>= 1.3 || ^>= 1.4 || ^>= 1.5,     tasty-smallcheck >= 0.1 && < 0.9,     tasty-quickcheck ^>= 0.9.1 || ^>= 0.10 || ^>= 0.11,
revision 8
 synopsis: Hspec support for the Tasty test framework. tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1, GHC == 9.12.1 version: 1.2.0.4-x-revision: 7+x-revision: 8  extra-doc-files:   .gitignore     hspec ^>= 2.11.0,     hspec-api ^>= 2.11.0,     hspec-core ^>= 2.11.0,-    QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14 || ^>= 2.15 || ^>= 2.16,+    QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14 || ^>= 2.15 || ^>= 2.16 || ^>= 2.17,     tasty ^>= 1.3 || ^>= 1.4 || ^>= 1.5,     tasty-smallcheck >= 0.1 && < 0.9,     tasty-quickcheck ^>= 0.9.1 || ^>= 0.10 || ^>= 0.11,