effect-handlers 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~freePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: free
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.1+version: 0.1.0.2 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@@ -54,7 +54,7 @@ -- other-extensions: build-depends: base >=4.7 && <4.8- , free >=4.9 && <4.11+ , free >=4.9 && <4.12 , mtl >=2.1 && <2.3 , kan-extensions >=4.1 && <4.3 hs-source-dirs: src