diff --git a/llvm-extra.cabal b/llvm-extra.cabal
--- a/llvm-extra.cabal
+++ b/llvm-extra.cabal
@@ -1,5 +1,5 @@
 Name:           llvm-extra
-Version:        0.2
+Version:        0.2.0.1
 License:        BSD3
 License-File:   LICENSE
 Author:         Henning Thielemann <haskell@henning-thielemann.de>
@@ -69,7 +69,7 @@
   Build-Depends:
     -- llvm must be imported with restrictive version bounds,
     -- because we import implicitly and unqualified
-    llvm >=0.9.1.0 && <0.9.1.2,
+    llvm >=0.9.1 && <0.9.2,
     type-level >=0.2.3 && <0.3,
     containers >=0.1 && <0.4,
     transformers >=0.1.1 && <0.3,
