diff --git a/GLFW-b.cabal b/GLFW-b.cabal
--- a/GLFW-b.cabal
+++ b/GLFW-b.cabal
@@ -1,5 +1,5 @@
 name:         GLFW-b
-version:      1.2.0
+version:      1.2.1
 category:     Graphics
 
 author:       Brian Lewis <brian@lorf.org>
@@ -50,7 +50,7 @@
 
   build-depends:
     base           < 5,
-    bindings-GLFW == 0.0.*
+    bindings-GLFW == 0.1.*
 
 --------------------------------------------------------------------------------
 
@@ -68,7 +68,7 @@
     GLFW-b               == 1.2.*,
     HUnit                == 1.2.*,
     base                  < 5,
-    bindings-GLFW        == 0.0.*,
+    bindings-GLFW        == 0.1.*,
     test-framework       == 0.8.*,
     test-framework-hunit == 0.3.*
 
