diff --git a/wreq-effectful.cabal b/wreq-effectful.cabal
--- a/wreq-effectful.cabal
+++ b/wreq-effectful.cabal
@@ -20,7 +20,7 @@
 -- PVP summary:     +-+------- breaking API changes
 --                  | | +----- non-breaking API additions
 --                  | | | +--- code changes with no API change
-version:            0.1.0.0
+version:            0.1.0.1
 
 -- A short (one-line) description of the package.
 synopsis:           Adaptation of the wreq library for the effectful ecosystem.
@@ -40,6 +40,9 @@
 -- An email address to which users can send suggestions, bug reports, and patches.
 maintainer:         nor@acorneroftheweb.com
 
+-- Category of the project
+category:            Web
+
 -- A copyright notice.
 -- copyright:
 build-type:         Simple
@@ -95,7 +98,7 @@
     -- other-extensions:
 
     -- Other library packages from which modules are imported.
-    build-depends:    base ^>=4.18.2.1
+    build-depends:    base ^>=4.18.1.0
                     , bytestring >= 0.11.5 && < 0.13
                     , effectful-core >= 2.3.1 && < 3.0
                     , http-client >= 0.7.17 && < 0.9
