Cabal revisions of tasty-hspec-1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.0 name: tasty-hspec version: 1.2+x-revision: 1 synopsis: Hspec support for the Tasty test framework. description: This package provides a Tasty provider for Hspec test suites. library build-depends: base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15,- hspec >= 2.5 && < 2.9,- hspec-core >= 2.5 && < 2.9,+ hspec >= 2.5 && < 2.10,+ hspec-core >= 2.5 && < 2.10, QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14, tasty ^>= 0.8 || ^>= 0.9 || ^>= 0.10 || ^>= 0.11 || ^>= 0.12 || ^>= 1.0 || ^>= 1.1 || ^>= 1.2 || ^>= 1.3 || ^>= 1.4, tasty-smallcheck >= 0.1 && < 0.9,
revision 2
cabal-version: 2.0 name: tasty-hspec version: 1.2-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. library build-depends:- base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15,+ base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16, hspec >= 2.5 && < 2.10, hspec-core >= 2.5 && < 2.10, QuickCheck ^>= 2.7 || ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11 || ^>= 2.12 || ^>= 2.13 || ^>= 2.14,
revision 3
cabal-version: 2.0 name: tasty-hspec version: 1.2-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. tasty ^>= 0.8 || ^>= 0.9 || ^>= 0.10 || ^>= 0.11 || ^>= 0.12 || ^>= 1.0 || ^>= 1.1 || ^>= 1.2 || ^>= 1.3 || ^>= 1.4, tasty-smallcheck >= 0.1 && < 0.9, -- 0.9 is missing 'optionSetToArgs'- tasty-quickcheck >=0.3 && <0.9 || ^>=0.9.1 || ^>= 0.10+ tasty-quickcheck ^>=0.9.1 || ^>= 0.10 if impl(ghc < 7.8) build-depends: tagged >= 0.2 default-extensions: