diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,4 +1,8 @@
 
+= lgtk-0.8.0.2 =
+
+Relax dependencies
+
 = lgtk-0.8.0.1 =
 
 Relax dependencies
diff --git a/lgtk.cabal b/lgtk.cabal
--- a/lgtk.cabal
+++ b/lgtk.cabal
@@ -1,5 +1,5 @@
 name:               lgtk
-version:            0.8.0.1
+version:            0.8.0.2
 category:           GUI
 synopsis:           Lens GUI Toolkit
 description:
@@ -111,16 +111,16 @@
   build-depends:
                     base < 5
 
-                  , mtl >= 2 && < 2.3
-                  , lens == 4.1.*
+                  , mtl < 2.3
+                  , lens < 4.2
 
-                  , containers == 0.5.*
-                  , vector == 0.10.*
-                  , array == 0.5.*
-                  , random == 1.0.*
-                  , random-shuffle == 0.0.*
+                  , containers < 0.6
+                  , vector < 0.11
+                  , array < 0.6
+                  , random < 1.1
+                  , random-shuffle < 0.1
 
-                  , diagrams-lib == 1.1.*
+                  , diagrams-lib < 1.2
 
                   , lgtk
   main-is:
