packages feed

effectful 1.1.0.0 → 1.2.0.0

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~effectful-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: effectful-core

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# effectful-1.2.0.0 (2022-07-28)+* Change `SuffixOf` to `SharedSuffix` and make it behave as advertised.+* Add `raiseWith`.+ # effectful-1.1.0.0 (2022-07-19) * Don't reset the `UnliftStrategy` to `SeqUnlift` inside the continuation of   `withEffToIO`.
effectful.cabal view
@@ -1,7 +1,7 @@ cabal-version:      2.4 build-type:         Simple name:               effectful-version:            1.1.0.0+version:            1.2.0.0 license:            BSD-3-Clause license-file:       LICENSE category:           Control@@ -67,7 +67,7 @@                     , async               >= 2.2.2                     , bytestring          >= 0.10                     , directory           >= 1.3.2-                    , effectful-core      >= 1.1.0.0   && < 1.2.0.0+                    , effectful-core      >= 1.2.0.0   && < 1.3.0.0                     , process             >= 1.6.9                      , time                >= 1.9.2