packages feed

Cabal revisions of tasty-hspec-1.1.5

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.1.5+x-revision:          1 synopsis:            Hspec support for the Tasty test framework. description:         This package provides a Tasty provider for Hspec test                      suites. library   exposed-modules:     Test.Tasty.Hspec   hs-source-dirs:      src-  build-depends:       base             >= 4.5 && < 5+  build-depends:       base             >= 4.9 && < 5                      , hspec            >= 2   && < 2.6                      , hspec-core       >= 2   && < 2.6                      , QuickCheck       >= 2.7 && < 2.12
revision 2
 cabal-version:       2.0 name:                tasty-hspec version:             1.1.5-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.   build-depends:       base             >= 4.9 && < 5                      , hspec            >= 2   && < 2.6                      , hspec-core       >= 2   && < 2.6-                     , QuickCheck       >= 2.7 && < 2.12+                     , QuickCheck       >= 2.7 && < 2.13                      , tasty            >= 0.8 && < 1.2                      , tasty-smallcheck >= 0.1 && < 0.9                      -- 0.9 is missing 'optionSetToArgs'
revision 3
 cabal-version:       2.0 name:                tasty-hspec version:             1.1.5-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. maintainer:          mitchellwrosen@gmail.com category:            Testing build-type:          Simple-tested-with:         GHC == 7.4.2,-                     GHC == 7.6.3,-                     GHC == 7.8.4,-                     GHC == 7.10.3,-                     GHC == 8.0.2,+tested-with:         GHC == 8.0.2,                      GHC == 8.2.2,-                     GHC == 8.4.3+                     GHC == 8.4.3,+                     GHC == 8.6.1  extra-source-files:   .gitignore library   exposed-modules:     Test.Tasty.Hspec   hs-source-dirs:      src-  build-depends:       base             >= 4.9 && < 5-                     , hspec            >= 2   && < 2.6-                     , hspec-core       >= 2   && < 2.6-                     , QuickCheck       >= 2.7 && < 2.13-                     , tasty            >= 0.8 && < 1.2+  build-depends:       base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12+                     , hspec >= 2 && < 2.6+                     , hspec-core >= 2 && < 2.6+                     , QuickCheck >= 2.7 && < 2.13+                     , tasty >= 0.8 && < 1.2                      , tasty-smallcheck >= 0.1 && < 0.9                      -- 0.9 is missing 'optionSetToArgs'                      , tasty-quickcheck >=0.3 && <0.9 || ^>=0.9.1 || ^>= 0.10