packages feed

Cabal revisions of tasty-silver-3.3.1

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

revision 1
 name:                tasty-silver version:             3.3.1+x-revision: 1 synopsis:            A fancy test runner, including support for golden tests. description:   This package provides a fancy test runner and support for «golden testing».   location: git://github.com/phile314/tasty-silver.git  library+  build-depends: mtl <2.3+   Default-language:     Haskell2010   exposed-modules:     Test.Tasty.Silver
revision 2
 name:                tasty-silver version:             3.3.1-x-revision: 1+x-revision: 2 synopsis:            A fancy test runner, including support for golden tests. description:   This package provides a fancy test runner and support for «golden testing».  Source-repository head   type:     git-  location: git://github.com/phile314/tasty-silver.git+  location: https://github.com/phile314/tasty-silver.git  library-  build-depends: mtl <2.3-   Default-language:     Haskell2010   exposed-modules:     Test.Tasty.Silver       -Wcompat    build-depends:-    base >= 4.5+    base >= 4.5 && < 5         -- regex-tdfa has this lower bound on base, so we make it explicit here     , ansi-terminal >= 0.6.2.1     , async         -- withCurrentDirectory needs >= 1.2.3.0     , deepseq     , filepath-    , mtl+    , mtl < 2.3     , optparse-applicative     , process >= 1.2     , process-extras >= 0.3         -- Andreas Abel, 2021-09-05, latest silently is today 1.2.5.1     , stm >= 2.4.2     , tagged-    , tasty >= 1.4+    , tasty >= 1.4 && < 1.5     , temporary     , text >= 0.11.0.0   if impl(ghc < 8.0)   Main-is:     test.hs   Build-depends:-      base >= 4 && < 5-    , tasty >= 1.4+      base+    , tasty     , tasty-hunit     , tasty-silver     , filepath     , directory     , process-    , silently >= 1.2.5.1-        -- Andreas Abel, 2021-09-05, latest silently is today 1.2.5.1+    , silently     , temporary     , transformers >= 0.3   if impl(ghc < 8.0)