packages feed

polysemy-test 0.4.0.1 → 0.5.0.0

raw patch · 2 files changed

+2/−3 lines, 2 filesdep ~incipit-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: incipit-core

API changes (from Hackage documentation)

Files

polysemy-test.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           polysemy-test-version:        0.4.0.1+version:        0.5.0.0 synopsis:       Polysemy Effects for Testing description:    See https://hackage.haskell.org/package/polysemy-test/docs/Polysemy-Test.html category:       Test@@ -93,7 +93,7 @@   build-depends:       base >=4.12 && <5     , hedgehog >=1.0.2-    , incipit-core+    , incipit-core >=0.2     , path >=0.7     , path-io >=0.2     , polysemy >=1.3
test/Polysemy/Test/Test/HedgehogTest.hs view
@@ -1,6 +1,5 @@ module Polysemy.Test.Test.HedgehogTest where -import Control.Monad.IO.Class (liftIO) import Hedgehog (TestT, assert) import Hedgehog.Internal.Property (Failure (Failure), runTestT)