daytripper 1.0.0 → 1.0.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~optparse-applicativePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: optparse-applicative
API changes (from Hackage documentation)
- Test.Daytripper: type Expect m a b c = Either b a -> m (b, m c)
+ Test.Daytripper: type Expect (m :: Type -> Type) a b c = Either b a -> m (b, m c)
Files
- daytripper.cabal +4/−4
daytripper.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.39.1. -- -- see: https://github.com/sol/hpack name: daytripper-version: 1.0.0+version: 1.0.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@@ -61,7 +61,7 @@ base >=4.12 && <5 , bytestring >=0.11 && <0.13 , directory ==1.3.*- , optparse-applicative >=0.17 && <0.19+ , optparse-applicative >=0.17 && <0.20 , prop-unit >=1.0.1 && <1.1 , tagged ==0.8.* , tasty >=1.4 && <1.6@@ -106,7 +106,7 @@ , bytestring >=0.11 && <0.13 , daytripper , directory ==1.3.*- , optparse-applicative >=0.17 && <0.19+ , optparse-applicative >=0.17 && <0.20 , prop-unit >=1.0.1 && <1.1 , tagged ==0.8.* , tasty >=1.4 && <1.6