packages feed

yesod-static-streamly 0.1.5.1 → 0.1.5.2

raw patch · 3 files changed

+6/−2 lines, 3 files

Files

CHANGELOG.md view
@@ -76,3 +76,7 @@  * Added combineStylesheetsStreamly' and combineScriptsStreamly' replacement functions in Yesod.Static.Streamly. * Added CombineTypeStreamly(..), CombineSettingsStreamly(..), liftRoutesStreamly, combineStaticsStreamly' and base64md5Streamly in Yesod.Static.Streamly.Internal.++## 0.1.5.2 -- 2023-07-17++* Updated documentation for Yesod.Static.Streamly.Internal.
src/Yesod/Static/Streamly/Internal.hs view
@@ -345,7 +345,7 @@       liftPairs = fmap ListE . mapM liftPair       liftPair (x, y) = [|($(liftT x), $(liftT y))|] --- | A replacement of+-- | A more performant replacement of -- [combineStatics'](https://hackage.haskell.org/package/yesod-static-1.6.1.0/docs/src/Yesod.Static.html#combineStatics'). combineStaticsStreamly' :: CombineTypeStreamly                         -> CombineSettingsStreamly
yesod-static-streamly.cabal view
@@ -20,7 +20,7 @@ -- PVP summary:     +-+------- breaking API changes --                  | | +----- non-breaking API additions --                  | | | +--- code changes with no API change-version:            0.1.5.1+version:            0.1.5.2  -- A short (one-line) description of the package. synopsis:           A streamly-based library providing performance-focused alternatives for functionality found in yesod-static.