Cabal revisions of tasty-silver-3.2.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: tasty-silver version: 3.2.3+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.2.3-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 build-depends: ansi-terminal >= 0.6.2.1, async,- base >= 4.5,+ base >= 4.5 && < 5, -- regex-tdfa has this lower bound on base, so we make it explicit here bytestring >= 0.9.2.1, containers, directory, deepseq, filepath,- mtl,+ mtl < 2.3, optparse-applicative, process >= 1.2, process-extras >= 0.2, regex-tdfa >= 1.2.0, 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