Cabal revisions of tasty-0.12.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: tasty version: 0.12.0.1+x-revision: 1 synopsis: Modern and extensible testing framework description: Tasty is a modern testing framework for Haskell. It lets you combine your unit tests, golden Test.Tasty.Ingredients.ListTests Test.Tasty.Ingredients.IncludingOptions build-depends:- base >= 4.5 && < 5,+ base >= 4.5 && < 4.12, stm >= 2.3, containers, mtl,
revision 2
name: tasty version: 0.12.0.1-x-revision: 1+x-revision: 2 synopsis: Modern and extensible testing framework description: Tasty is a modern testing framework for Haskell. It lets you combine your unit tests, golden subdir: core library+ build-depends: mtl >=2.0.1.0+ exposed-modules: Test.Tasty, Test.Tasty.Options,