diff --git a/llama-cpp-haskell.cabal b/llama-cpp-haskell.cabal
--- a/llama-cpp-haskell.cabal
+++ b/llama-cpp-haskell.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               llama-cpp-haskell
-version:            0.1
+version:            0.1.0.1
 synopsis:           Haskell bindings for the llama.cpp llama-server
 -- description:
 license:            AGPL-3.0-only
@@ -19,7 +19,7 @@
 Source-repository this
   type:              git
   location:          https://github.com/l29ah/llama-cpp-haskell.git
-  tag:               0.1
+  tag:               0.1.0.1
 
 common stuff
     ghc-options: -Wall
@@ -29,7 +29,7 @@
     exposed-modules:  Llama
     -- other-modules:
     -- other-extensions:
-    build-depends:    base ^>=4.19.2.0
+    build-depends:    base >= 4 && < 5
                     , http-conduit ^>= 2.3
                     , aeson ^>= 2.2
                     , text ^>= 2.1
