polysemy-extra 0.1.6.0 → 0.1.6.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- polysemy-extra.cabal +1/−1
- src/Polysemy/Extra.hs +1/−1
polysemy-extra.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: polysemy-extra-version: 0.1.6.0+version: 0.1.6.1 synopsis: Extra Input and Output functions for polysemy.. category: Polysemy author: Daniel Firth
src/Polysemy/Extra.hs view
@@ -191,7 +191,7 @@ -- -- @since 0.1.5.0 runInputConstF :: forall b f r a.- (f b)+ f b -> Sem (Input (f b) ': r) a -> Sem r a runInputConstF = runInputConst @(f b)