wai-middleware-static 0.9.3 → 0.9.4
raw patch · 2 files changed
+10/−8 lines, 2 filesdep −containersdep −old-localedep −semigroupsdep ~time
Dependencies removed: containers, old-locale, semigroups
Dependency ranges changed: time
Files
- changelog.md +4/−0
- wai-middleware-static.cabal +6/−8
changelog.md view
@@ -1,3 +1,7 @@+## 0.9.4 [2026.01.10]+* Allow building with `time-1.15.*` (GHC 9.14).+* Remove unused `containers`, `old-locale`, and `semigroups` dependencies.+ ## 0.9.3 [2024.12.28] * Drop support for pre-8.0 versions of GHC.
wai-middleware-static.cabal view
@@ -1,5 +1,5 @@ Name: wai-middleware-static-Version: 0.9.3+Version: 0.9.4 Synopsis: WAI middleware that serves requests to static files. Homepage: https://github.com/scotty-web/wai-middleware-static Bug-reports: https://github.com/scotty-web/wai-middleware-static/issues@@ -26,10 +26,11 @@ , GHC == 9.0.2 , GHC == 9.2.8 , GHC == 9.4.8- , GHC == 9.6.6+ , GHC == 9.6.7 , GHC == 9.8.4- , GHC == 9.10.1- , GHC == 9.12.1+ , GHC == 9.10.3+ , GHC == 9.12.2+ , GHC == 9.14.1 Extra-source-files: changelog.md, README.md Library@@ -39,17 +40,14 @@ base >= 4.9 && < 5, base16-bytestring >= 0.1 && < 1.1, bytestring >= 0.10.0.2 && < 0.13,- containers >= 0.5.0.0 && < 0.8, cryptohash-sha1 >= 0.11 && < 0.12, directory >= 1.2.0.1 && < 1.4, expiring-cache-map >= 0.0.5 && < 0.1, filepath >= 1.3.0.1 && < 1.6, http-types >= 0.8.2 && < 0.13, mime-types >= 0.1.0.3 && < 0.2,- old-locale >= 1.0 && < 1.1,- semigroups >= 0.18 && < 1, text >= 0.11.3.1 && < 2.2,- time >= 1.6.0.1 && < 1.15,+ time >= 1.6.0.1 && < 1.16, wai >= 3.0.0 && < 3.3 GHC-options: -Wall -Wno-orphans