packages feed

polysemy-methodology-composite 0.1.1.0 → 0.1.2.0

raw patch · 3 files changed

+6/−1 lines, 3 files

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for polysemy-composite +## v0.1.2.0++* Inline fix.+ ## v0.1.1.0  * Add `runInputCase'`.
polysemy-methodology-composite.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           polysemy-methodology-composite-version:        0.1.1.0+version:        0.1.2.0 synopsis:       Functions for using polysemy-methodology with composite. category:       Polysemy Vinyl Composite author:         Daniel Firth
src/Polysemy/Methodology/Composite.hs view
@@ -103,3 +103,4 @@               -> Sem (Input (Case' f t b) ': r) a               -> Sem r a runInputCase' f = runInputConst (Case' f)+{-# INLINE runInputCase' #-}