diff --git a/happstack-yui.cabal b/happstack-yui.cabal
--- a/happstack-yui.cabal
+++ b/happstack-yui.cabal
@@ -1,5 +1,5 @@
 Name          : happstack-yui
-Version       : 7351.0.0
+Version       : 7351.1.0
 Category      : Web, Happstack
 Synopsis      : Utilities for using YUI3 with Happstack.
 Homepage      : https://github.com/dag/happstack-yui
@@ -2842,17 +2842,17 @@
   Other-Modules    :
     Happstack.Server.YUI.Bundle
   Build-Depends    :
-    base == 4.*,
-    boomerang,
-    bytestring,
-    containers,
-    file-embed,
-    happstack-jmacro,
-    happstack-server,
-    jmacro,
-    pretty,
-    template-haskell,
-    text,
-    web-routes,
-    web-routes-boomerang,
-    web-routes-happstack
+    base                  >= 4.3 && < 4.6,
+    boomerang             == 1.3.*,
+    bytestring            == 0.9.*,
+    containers            >= 0.4 && < 0.6,
+    file-embed            == 0.0.*,
+    happstack-jmacro      == 7.0.*,
+    happstack-server      == 7.0.*,
+    jmacro                == 0.5.*,
+    pretty                == 1.1.*,
+    template-haskell      >= 2.5 && < 2.8,
+    text                  == 0.11.*,
+    web-routes            == 0.27.*,
+    web-routes-boomerang  == 0.26.*,
+    web-routes-happstack  == 0.23.*
