packages feed

yesod-static-streamly 0.1.4.1 → 0.1.4.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~filepathdep ~unix-compat

Dependency ranges changed: filepath, unix-compat

Files

CHANGELOG.md view
@@ -55,3 +55,7 @@ ## 0.1.4.1 -- 2023-07-14  * Updated documentation in Yesod.Static.Streamly.++## 0.1.4.2 -- 2023-07-14++* Updated bounds for filepath and unix-compat dependencies.
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.4.1+version:            0.1.4.2  -- A short (one-line) description of the package. synopsis:           A streamly-based library providing performance-focused alternatives for functionality found in yesod-static.@@ -84,7 +84,7 @@                       containers >= 0.6.7 && < 0.7,                        cryptonite >= 0.30 && < 0.31,                       directory >= 1.3.7 && < 1.4,-                      filepath,+                      filepath >= 1.4.2 && < 1.5,                       memory >= 0.18.0 && < 0.19,                       monad-control >= 1.0.3 && < 1.1,                       mtl >= 2.2.2 && < 2.3,@@ -93,7 +93,7 @@                       streamly-core >= 0.1.0 && < 0.2,                       template-haskell >= 2.19.0 && < 2.20,                       text >= 2.0.2 && < 2.1,-                      unix-compat,+                      unix-compat >= 0.7 && < 0.8,                       wai-app-static >= 3.1.7 && < 3.2,                       yesod-core >= 1.6.24 && < 1.7,                       yesod-static >= 1.6.1 && < 1.7