yesod-static-streamly 0.1.3.1 → 0.1.3.2
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−5
- yesod-static-streamly.cabal +2/−2
CHANGELOG.md view
@@ -2,11 +2,10 @@ ## 0.1.0.0 -- 2023-07-03 -* First version. Released on an unsuspecting world.+* Released on an unsuspecting world. ## 0.1.1.0 -- 2023-07-03 -* Second version. * Added 0.1.0.0 release date. * Updated path of Yesod.Static.Streamly to Yesod.Default.Util.Streamly. * Updated base from 4.16.4.0 (GHC 9.2.7) to 4.17.1.0 (GHC 9.4.5).@@ -15,17 +14,18 @@ ## 0.1.1.1 -- 2023-07-03 -* Third version. * First non-candidate version (version bump). ## 0.1.2.1 -- 2023-07-07 -* Fourth version. * Added staticStreamly function in Yesod.Static.Streamly. * Added supporting functionality for staticStreamly in Yesod.Static.Streamly.Internal. ## 0.1.3.1 -- 2023-07-07 -* Fifth version. * Added staticFilesStreamly function to Yesod.Static.Streamly. * Added supporting functionality for staticFilesStreamly in Yesod.Static.Streamly.Internal.++## 0.1.3.2 -- 2023-07-07++* Updated bounds for template-haskell dependency.
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.3.1+version: 0.1.3.2 -- A short (one-line) description of the package. synopsis: A streamly-based library providing performance-focused alternatives for functionality found in yesod-static.@@ -90,7 +90,7 @@ mtl >= 2.2.2 && < 2.3, streamly-bytestring >= 0.2.0 && < 0.3, streamly-core >= 0.1.0 && < 0.2,- template-haskell,+ template-haskell >= 2.19.0 && < 2.20, text >= 2.0.2 && < 2.1, wai-app-static >= 3.1.7 && < 3.2, yesod-core >= 1.6.24 && < 1.7,