diff --git a/CHANGES.markdown b/CHANGES.markdown
--- a/CHANGES.markdown
+++ b/CHANGES.markdown
@@ -1,3 +1,8 @@
+0.6.0.2: 24 January 2013
+------------------------
+
+* Require lens-3.8
+
 0.6.0.1: 17 December 2012
 -------------------------
 
diff --git a/diagrams-contrib.cabal b/diagrams-contrib.cabal
--- a/diagrams-contrib.cabal
+++ b/diagrams-contrib.cabal
@@ -1,5 +1,5 @@
 name:                diagrams-contrib
-version:             0.6.0.1
+version:             0.6.0.2
 synopsis:            Collection of user contributions to diagrams EDSL
 description:         A collection of user contributions for diagrams,
                      an embedded domain-specific language for generation 
@@ -34,8 +34,7 @@
                        vector-space >= 0.7 && < 0.9,
                        colour >= 2.3.1 && < 2.4,
                        diagrams-lib >= 0.6 && < 0.7,
-
-                       lens >= 3.7 && < 4,
+                       lens >= 3.8 && < 4,
                        force-layout >= 0.2 && < 0.3,
                        data-default >= 0.3 && < 0.6
   hs-source-dirs:      src
diff --git a/src/Diagrams/TwoD/Layout/Tree.hs b/src/Diagrams/TwoD/Layout/Tree.hs
--- a/src/Diagrams/TwoD/Layout/Tree.hs
+++ b/src/Diagrams/TwoD/Layout/Tree.hs
@@ -109,7 +109,7 @@
 
 import           Control.Applicative
 import           Control.Arrow         (first, second, (***), (&&&))
-import           Control.Lens
+import           Control.Lens          hiding (moveTo)
 import           Control.Monad.State
 
 import           Data.Default
