packages feed

hw-polysemy 0.2.14.8 → 0.2.14.9

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hedgehog/HaskellWorks/Polysemy/Hedgehog/Property.hs view
@@ -13,6 +13,7 @@ import           Control.Monad.IO.Class                         (liftIO) import           HaskellWorks.Polysemy.Hedgehog.Effect.Hedgehog import           HaskellWorks.Polysemy.Hedgehog.Effect.Log+import           HaskellWorks.Polysemy.Log import           Polysemy import           Polysemy.Embed import           Polysemy.Log@@ -34,7 +35,7 @@   -> H.Property propertyOnce f =     f & interpretLogDataLog-      & setLogLevel (Just Info)+      & setLogLevelFromEnv "LOG_LEVEL" Info       & interpretDataLogHedgehog formatLogEntry getLogEntryCallStack       & interpretDataLogHedgehog id (const GHC.callStack)       & interpretTimeGhc
hw-polysemy.cabal view
@@ -1,6 +1,6 @@ cabal-version:          3.4 name:                   hw-polysemy-version:                0.2.14.8+version:                0.2.14.9 synopsis:               Opinionated polysemy library description:            Opinionated polysemy library. license:                Apache-2.0