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.3
+version:      1.4
 category:     Graphics
 
 author:       Brian Lewis <brian@lorf.org>
@@ -50,7 +50,7 @@
 
   build-depends:
     base           < 5,
-    bindings-GLFW == 0.1.*
+    bindings-GLFW == 3.0.*
 
 --------------------------------------------------------------------------------
 
@@ -65,10 +65,10 @@
 
   main-is: Test.hs
   build-depends:
-    GLFW-b               == 1.2.*,
+    GLFW-b               == 1.4.*,
     HUnit                == 1.2.*,
     base                  < 5,
-    bindings-GLFW        == 0.1.*,
+    bindings-GLFW        == 3.0.*,
     test-framework       == 0.8.*,
     test-framework-hunit == 0.3.*
 
