Cabal revisions of tasty-1.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: tasty version: 1.1.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 >= 2.1.3.1,