diff --git a/Hipmunk.cabal b/Hipmunk.cabal
--- a/Hipmunk.cabal
+++ b/Hipmunk.cabal
@@ -3,7 +3,7 @@
 Tested-With:   GHC
 Category:      Physics, Game
 Name:          Hipmunk
-Version:       5.2.0.16
+Version:       5.2.0.17
 Stability:     provisional
 License:       OtherLicense
 License-File:  LICENSE
@@ -20,6 +20,10 @@
       Please see <http://hackage.haskell.org/package/HipmunkPlayground>
       for a demonstration of this library.
       .
+      Version 5.2.0.17:
+      .
+      * Relax constraints, esp. on StateVar. (Thanks, David McFarland!)
+      .
       Version 5.2.0.16:
       .
       * Bump dependency on transformers. (Thanks, Alfredo Di Napoli!)
@@ -218,14 +222,14 @@
 
   if flag(small_base)
     Build-Depends: base >= 3 && < 5,
-                   array >= 0.1 && < 0.6,
-                   containers >= 0.1 && < 0.6,
-                   transformers >= 0.2 && < 0.5,
-                   StateVar >= 1.0 && < 1.1
+                   array >= 0.1 && < 1,
+                   containers >= 0.1 && < 1,
+                   transformers >= 0.2 && < 1,
+                   StateVar >= 1.0 && < 2
   else
     Build-Depends: base >= 2 && < 3,
-                   transformers >= 0.2 && < 0.3,
-                   StateVar >= 1.0 && < 1.1
+                   transformers >= 0.2 && < 1,
+                   StateVar >= 1.0 && < 2
   Extensions:    CPP, ForeignFunctionInterface, EmptyDataDecls
   Build-Tools:   hsc2hs
   GHC-Options:   -Wall
