webby 1.2.0 → 1.2.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~resourcet
Dependency ranges changed: resourcet
Files
- ChangeLog.md +4/−0
- webby.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Change log +## v1.2.1++- Relax `resourcet` upper bound to `<1.4` to allow `resourcet-1.3`.+ ## v1.2.0 - Drop support for GHC < 9.0.
webby.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: webby-version: 1.2.0+version: 1.2.1 synopsis: A super-simple web server framework description: A super-simple, easy to use web server framework inspired by Scotty. The goals of the project are: (1) Be easy to use (2) Allow@@ -87,7 +87,7 @@ , http-api-data >=0.4 && <1 , http-types ==0.12.* , relude >=0.7 && <2- , resourcet ==1.2.*+ , resourcet >=1.2 && <1.4 , text >=1.2 && <3 , unliftio >=0.2.13 && <0.3 , unliftio-core ==0.2.*