diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
+## 0.3.3.4 - 2023-03-06
+
+ - Nix 2.14 support
+
+ - Nix 2.13 support
+
 ## 0.3.3.3 - 2022-12-29
 
 ### Added
diff --git a/hercules-ci-cnix-store.cabal b/hercules-ci-cnix-store.cabal
--- a/hercules-ci-cnix-store.cabal
+++ b/hercules-ci-cnix-store.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.4
 
 name:           hercules-ci-cnix-store
-version:        0.3.3.3
+version:        0.3.3.4
 synopsis:       Haskell bindings for Nix's libstore
 category:       Nix
 homepage:       https://docs.hercules-ci.com
@@ -52,8 +52,8 @@
 
 custom-setup
   setup-depends:
-    base
-    , Cabal >= 2.2.0.0
+    base < 5
+    , Cabal >= 2.2.0.0 && < 3
     , cabal-pkg-config-version-hook
 
 library
@@ -76,8 +76,8 @@
   include-dirs:
       include
   pkgconfig-depends:
-      nix-store >= 2.4 && < 2.13
-    , nix-main >= 2.4 && < 2.13
+      nix-store >= 2.4 && < 2.15
+    , nix-main >= 2.4 && < 2.15
   install-includes:
       hercules-ci-cnix/store.hxx
   hs-source-dirs: src
