tasty 0.11.2 → 0.11.2.1
raw patch · 3 files changed
+7/−2 lines, 3 filesdep ~ansi-terminaldep ~asyncdep ~base
Dependency ranges changed: ansi-terminal, async, base, clock, containers, deepseq, mtl, optparse-applicative, regex-tdfa, stm, tagged, unbounded-delays
Files
- CHANGELOG.md +5/−0
- Test/Tasty/Run.hs +1/−1
- tasty.cabal +1/−1
CHANGELOG.md view
@@ -1,6 +1,11 @@ Changes ======= +Version 0.11.2.1+----------------++Fix compatibility with the latest `unbounded-delays`+ Version 0.11.2 --------------
Test/Tasty/Run.hs view
@@ -15,7 +15,7 @@ import Control.Monad.Writer import Control.Monad.Reader import Control.Concurrent.STM-import Control.Concurrent.Timeout+import Control.Concurrent.Timeout (timeout) import Control.Concurrent.Async import Control.Exception as E import Control.Applicative
tasty.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: tasty-version: 0.11.2+version: 0.11.2.1 synopsis: Modern and extensible testing framework description: Tasty is a modern testing framework for Haskell. It lets you combine your unit tests, golden