diff --git a/llvm-tf.cabal b/llvm-tf.cabal
--- a/llvm-tf.cabal
+++ b/llvm-tf.cabal
@@ -1,5 +1,5 @@
 Name:          llvm-tf
-Version:       21.0
+Version:       21.0.0.1
 License:       BSD3
 License-File:  LICENSE
 Synopsis:      Bindings to the LLVM compiler toolkit using type families.
@@ -29,7 +29,7 @@
 Cabal-Version: 2.0
 Build-Type:    Simple
 
-Extra-Source-Files:
+Extra-Doc-Files:
   Changes.md
 
 Source-Repository head
@@ -37,7 +37,7 @@
   Location: http://code.haskell.org/~thielema/llvm-tf/
 
 Source-Repository this
-  Tag:      21.0
+  Tag:      21.0.0.1
   Type:     darcs
   Location: http://code.haskell.org/~thielema/llvm-tf/
 
@@ -53,17 +53,17 @@
 Library private
   Default-Language: Haskell98
   Build-Depends:
-    llvm-ffi >=17.0 && <22.0,
+    llvm-ffi >=17.0 && <22,
     tfp >=1.0 && <1.1,
     transformers >=0.3 && <0.7,
     storable-record >=0.0.2 && <0.1,
     enumset >=0.0.5 && <0.2,
     fixed-length >=0.2 && <0.3,
     non-empty >=0.2 && <0.4,
-    semigroups >=0.1 && <1.0,
+    semigroups >=0.1 && <1,
     utility-ht >=0.0.10 && <0.1,
-    QuickCheck >=2.0 && <3.0,
-    containers >=0.4 && <0.8,
+    QuickCheck >=2.0 && <3,
+    containers >=0.4 && <0.9,
     base >=3 && <5
 
   Hs-Source-Dirs: private
