diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 #ChangeLog
 
+##New in 3.2.0.2
+
+1. broken cabal file, fixed.
 
 ##New in 3.2.0.1 
 
diff --git a/llvm.cabal b/llvm.cabal
--- a/llvm.cabal
+++ b/llvm.cabal
@@ -1,5 +1,5 @@
 name:          llvm
-version:       3.2.0.1
+version:       3.2.0.2
 license:       BSD3
 license-file:  LICENSE
 synopsis:      Bindings to the LLVM compiler toolkit.
@@ -44,7 +44,7 @@
     base >= 3 && < 5,
     bytestring >= 0.9,
     directory,
-    llvm-base >= 3.2.0.1 && < 4,
+    llvm-base >= 3.2.0.2 && < 4,
     mtl,
     process,
     type-level,
