packages feed

Cabal revisions of tasty-rerun-1.1.19

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

revision 1
-name:                tasty-rerun-version:             1.1.19-homepage:            http://github.com/ocharles/tasty-rerun-license:             BSD3-license-file:        LICENSE-author:              Oliver Charles-maintainer:          ollie@ocharles.org.uk-copyright:           Oliver Charles (c) 2014,-                     Andrew Lelechenko (c) 2019-category:            Testing-build-type:          Simple-cabal-version:       >=1.10-extra-source-files:-  Changelog.md-  README.md--synopsis:-  Rerun only tests which failed in a previous test run--description:-  This ingredient-  for the <https://hackage.haskell.org/package/tasty tasty> testing framework-  allows filtering a test tree depending-  on the outcome of the previous run.-  This may be useful in many scenarios,-  especially when a test suite grows large.--tested-with:-  GHC==9.8.1, GHC==9.6.2, GHC==9.4.5, 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, GHC==7.10.3,-  GHC==7.8.4, GHC==7.6.3--source-repository head-  type: git-  location: https://github.com/ocharles/tasty-rerun--library-  exposed-modules:     Test.Tasty.Ingredients.Rerun-  build-depends:-    base >=4.6 && <4.19,-    containers >= 0.5.0.0 && < 0.7,-    mtl >= 2.1.2 && < 2.4,-    optparse-applicative >= 0.6 && < 0.19,-    split >= 0.1 && < 0.3,-    stm >= 2.4.2 && < 2.6,-    tagged >= 0.7 && <0.9,-    tasty >=1.2 && <1.6,-    transformers >= 0.3.0.0 && < 0.7-  hs-source-dirs:      src-  default-language:    Haskell2010-  ghc-options: -Wall-  if impl(ghc >= 8.0)-    ghc-options:    -Wcompat+name:                tasty-rerun
+version:             1.1.19
+x-revision: 1
+homepage:            http://github.com/ocharles/tasty-rerun
+license:             BSD3
+license-file:        LICENSE
+author:              Oliver Charles
+maintainer:          ollie@ocharles.org.uk
+copyright:           Oliver Charles (c) 2014,
+                     Andrew Lelechenko (c) 2019
+category:            Testing
+build-type:          Simple
+cabal-version:       >=1.10
+extra-source-files:
+  Changelog.md
+  README.md
+
+synopsis:
+  Rerun only tests which failed in a previous test run
+
+description:
+  This ingredient
+  for the <https://hackage.haskell.org/package/tasty tasty> testing framework
+  allows filtering a test tree depending
+  on the outcome of the previous run.
+  This may be useful in many scenarios,
+  especially when a test suite grows large.
+
+tested-with:
+  GHC==9.8.1, GHC==9.6.2, GHC==9.4.5, 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, GHC==7.10.3,
+  GHC==7.8.4, GHC==7.6.3
+
+source-repository head
+  type: git
+  location: https://github.com/ocharles/tasty-rerun
+
+library
+  exposed-modules:     Test.Tasty.Ingredients.Rerun
+  build-depends:
+    base >=4.6 && <4.19,
+    containers >= 0.5.0.0 && < 0.8,
+    mtl >= 2.1.2 && < 2.4,
+    optparse-applicative >= 0.6 && < 0.19,
+    split >= 0.1 && < 0.3,
+    stm >= 2.4.2 && < 2.6,
+    tagged >= 0.7 && <0.9,
+    tasty >=1.2 && <1.6,
+    transformers >= 0.3.0.0 && < 0.7
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options: -Wall
+  if impl(ghc >= 8.0)
+    ghc-options:    -Wcompat
revision 2
 name:                tasty-rerun
 version:             1.1.19
-x-revision: 1
+x-revision: 2
 homepage:            http://github.com/ocharles/tasty-rerun
 license:             BSD3
 license-file:        LICENSE
 library
   exposed-modules:     Test.Tasty.Ingredients.Rerun
   build-depends:
-    base >=4.6 && <4.19,
+    base >=4.6 && <4.20,
     containers >= 0.5.0.0 && < 0.8,
     mtl >= 2.1.2 && < 2.4,
     optparse-applicative >= 0.6 && < 0.19,
revision 3
 name:                tasty-rerun
 version:             1.1.19
-x-revision: 2
+x-revision: 3
 homepage:            http://github.com/ocharles/tasty-rerun
 license:             BSD3
 license-file:        LICENSE
 library
   exposed-modules:     Test.Tasty.Ingredients.Rerun
   build-depends:
-    base >=4.6 && <4.20,
+    base >=4.6 && <4.21,
     containers >= 0.5.0.0 && < 0.8,
     mtl >= 2.1.2 && < 2.4,
     optparse-applicative >= 0.6 && < 0.19,
revision 4
 name:                tasty-rerun
 version:             1.1.19
-x-revision: 3
+x-revision: 4
 homepage:            http://github.com/ocharles/tasty-rerun
 license:             BSD3
 license-file:        LICENSE
 library
   exposed-modules:     Test.Tasty.Ingredients.Rerun
   build-depends:
-    base >=4.6 && <4.21,
+    base >=4.6 && <4.22,
     containers >= 0.5.0.0 && < 0.8,
     mtl >= 2.1.2 && < 2.4,
     optparse-applicative >= 0.6 && < 0.19,
revision 5
 name:                tasty-rerun
 version:             1.1.19
-x-revision: 4
+x-revision: 5
 homepage:            http://github.com/ocharles/tasty-rerun
 license:             BSD3
 license-file:        LICENSE
   exposed-modules:     Test.Tasty.Ingredients.Rerun
   build-depends:
     base >=4.6 && <4.22,
-    containers >= 0.5.0.0 && < 0.8,
+    containers >= 0.5.0.0 && < 0.9,
     mtl >= 2.1.2 && < 2.4,
     optparse-applicative >= 0.6 && < 0.19,
     split >= 0.1 && < 0.3,