broadcast-chan-tests 0.2.0.2 → 0.2.1
raw patch · 2 files changed
+10/−11 lines, 2 filesdep ~broadcast-chanPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: broadcast-chan
API changes (from Hackage documentation)
- BroadcastChan.Test: instance GHC.Exception.Exception BroadcastChan.Test.TestException
+ BroadcastChan.Test: instance GHC.Exception.Type.Exception BroadcastChan.Test.TestException
- BroadcastChan.Test: class Monad m => MonadIO (m :: * -> *)
+ BroadcastChan.Test: class Monad m => MonadIO (m :: Type -> Type)
- BroadcastChan.Test: mapHandler :: () => m Action -> n Action -> Handler m a -> Handler n a
+ BroadcastChan.Test: mapHandler :: () => (m Action -> n Action) -> Handler m a -> Handler n a
- BroadcastChan.Test: testCaseSteps :: TestName -> String -> IO () -> Assertion -> TestTree
+ BroadcastChan.Test: testCaseSteps :: TestName -> ((String -> IO ()) -> Assertion) -> TestTree
Files
- CHANGELOG.md +4/−0
- broadcast-chan-tests.cabal +6/−11
CHANGELOG.md view
@@ -1,3 +1,7 @@+0.2.1 [2019.11.17]+------------------+* Bump for new release of broadcast-chan.+ 0.2.0.2 [2019.03.30] -------------------- * Update bounds for GHC 8.6
broadcast-chan-tests.cabal view
@@ -1,5 +1,5 @@ Name: broadcast-chan-tests-Version: 0.2.0.2+Version: 0.2.1 Homepage: https://github.com/merijn/broadcast-chan Bug-Reports: https://github.com/merijn/broadcast-chan/issues@@ -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.4, GHC == 8.6.4+ GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1 Extra-Source-Files: CHANGELOG.md @@ -35,12 +35,12 @@ ScopedTypeVariables Trustworthy - Build-Depends: base >= 4.7 && < 4.13+ Build-Depends: base >= 4.7 && < 4.14 , async >= 2.1 && < 2.3- , broadcast-chan == 0.2.0.2- , clock == 0.7.*+ , broadcast-chan == 0.2.1+ , clock >= 0.7 && < 0.9 , containers >= 0.4 && < 0.7- , optparse-applicative >= 0.12 && < 0.15+ , optparse-applicative >= 0.12 && < 0.16 , paramtree >= 0.1.1 && < 0.2 , stm >= 2.4 && < 2.6 , tagged == 0.8.*@@ -94,11 +94,6 @@ , broadcast-chan-tests , containers >= 0.4 && < 0.7 - Source-Repository head Type: git Location: ssh://github.com:merijn/broadcast-chan.git--Source-Repository head- Type: mercurial- Location: https://bitbucket.org/merijnv/broadcast-chan