broadcast-chan-tests 0.2.0.1 → 0.2.0.2
raw patch · 3 files changed
+13/−9 lines, 3 filesdep ~basedep ~broadcast-chandep ~clockPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, broadcast-chan, clock, containers, optparse-applicative, tasty
API changes (from Hackage documentation)
Files
- BroadcastChan/Test.hs +1/−1
- CHANGELOG.md +4/−0
- broadcast-chan-tests.cabal +8/−8
BroadcastChan/Test.hs view
@@ -345,7 +345,7 @@ where term = Simple Terminate --- | Run a list of 'TestTree''s and group them under the specified name.+-- | Run a list of 'TestTree''s and group them under the specified name. runTests :: String -> [TestTree] -> IO () runTests name tests = do setEnv "TASTY_NUM_THREADS" "100"
CHANGELOG.md view
@@ -1,3 +1,7 @@+0.2.0.2 [2019.03.30]+--------------------+* Update bounds for GHC 8.6+ 0.2.0.1 [2018.09.24] -------------------- * Update to match new broadcast-chan release.
broadcast-chan-tests.cabal view
@@ -1,12 +1,12 @@ Name: broadcast-chan-tests-Version: 0.2.0.1+Version: 0.2.0.2 Homepage: https://github.com/merijn/broadcast-chan Bug-Reports: https://github.com/merijn/broadcast-chan/issues Author: Merijn Verstraaten Maintainer: Merijn Verstraaten <merijn@inconsistent.nl>-Copyright: Copyright © 2014-2018 Merijn Verstraaten+Copyright: Copyright © 2014-2019 Merijn Verstraaten License: BSD3 License-File: LICENSE@@ -15,7 +15,7 @@ Cabal-Version: >= 1.10 Build-Type: Simple Tested-With: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2,- GHC == 8.4.3, GHC == 8.6.1+ GHC == 8.4.4, GHC == 8.6.4 Extra-Source-Files: CHANGELOG.md @@ -35,16 +35,16 @@ ScopedTypeVariables Trustworthy - Build-Depends: base >= 4.7 && < 5+ Build-Depends: base >= 4.7 && < 4.13 , async >= 2.1 && < 2.3- , broadcast-chan == 0.2.0.1+ , broadcast-chan == 0.2.0.2 , clock == 0.7.*- , containers >= 0.4 && < 0.6+ , containers >= 0.4 && < 0.7 , optparse-applicative >= 0.12 && < 0.15 , paramtree >= 0.1.1 && < 0.2 , stm >= 2.4 && < 2.6 , tagged == 0.8.*- , tasty >= 0.11 && < 1.2+ , tasty >= 0.11 && < 1.3 , tasty-golden >= 2.0 && < 2.4 , tasty-hunit >= 0.9 && < 0.11 , tasty-travis >= 0.2 && < 0.3@@ -92,7 +92,7 @@ Build-Depends: base , broadcast-chan , broadcast-chan-tests- , containers >= 0.4 && < 0.6+ , containers >= 0.4 && < 0.7 Source-Repository head