daytripper 0.2.0 → 0.2.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Test.Daytripper: runExpect :: Monad m => Expect m a b c -> a -> m c
Files
- daytripper.cabal +1/−1
- src/Test/Daytripper.hs +1/−0
daytripper.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: daytripper-version: 0.2.0+version: 0.2.1 synopsis: Helpers for round-trip tests description: Please see the README on GitHub at <https://github.com/ejconlon/daytripper#readme> homepage: https://github.com/ejconlon/daytripper#readme
src/Test/Daytripper.hs view
@@ -5,6 +5,7 @@ , expectDuring , expectAfter , mkExpect+ , runExpect , RT , mkPropRT , mkFileRT