packages feed

effect-handlers 0.1.0.5 → 0.1.0.6

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~criteriondep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: criterion, hspec

API changes (from Hackage documentation)

Files

effect-handlers.cabal view
@@ -1,5 +1,5 @@ name:                effect-handlers-version:             0.1.0.5+version:             0.1.0.6 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@@ -81,7 +81,7 @@    build-depends:       base >=4.7 && <5                      , effect-handlers-                     , hspec >= 2.1 && <2.2+                     , hspec >= 2.1 && <3                      , QuickCheck                      , HUnit                      , hspec-discover@@ -102,7 +102,7 @@   main-is:             TestBench.hs   build-depends:       base >=4.7 && <5                      , effect-handlers-                     , criterion >= 1.0 && <1.2+                     , criterion >= 1.0 && <2   ghc-options:         -O3   default-extensions:  DataKinds                      , FlexibleContexts