effect-handlers 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- effect-handlers.cabal +2/−2
effect-handlers.cabal view
@@ -1,5 +1,5 @@ name: effect-handlers-version: 0.1.0.2+version: 0.1.0.3 synopsis: A library for writing extensible algebraic effects and handlers. Similar to extensible-effects but with deep handlers. homepage: https://github.com/edofic/effect-handlers bug-reports: https://github.com/edofic/effect-handlers/issues@@ -53,7 +53,7 @@ , Control.Effects.Search -- other-extensions: - build-depends: base >=4.7 && <4.8+ build-depends: base >=4.7 && <4.9 , free >=4.9 && <4.12 , mtl >=2.1 && <2.3 , kan-extensions >=4.1 && <4.3