diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/Setup.lhs b/Setup.lhs
new file mode 100644
--- /dev/null
+++ b/Setup.lhs
@@ -0,0 +1,4 @@
+#! /usr/bin/env runhaskell
+ 
+> import Distribution.Simple
+> main = defaultMain
diff --git a/data-lens-fd.cabal b/data-lens-fd.cabal
--- a/data-lens-fd.cabal
+++ b/data-lens-fd.cabal
@@ -1,13 +1,13 @@
 name:          data-lens-fd
 category:      Control, Comonads
-version:       2.0.1
+version:       2.0.2
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
 author:        Edward A. Kmett
-maintainer:    Edward A. Kmett <ekmett@gmail.com>
+maintainer:    Russell O'Connor <roconnor@theorem.ca>
 stability:     provisional
-homepage:      http://github.com/ekmett/data-lens-fd/
+homepage:      http://github.com/roconnor/data-lens-fd/
 copyright:     Copyright (C) 2011 Edward A. Kmett
 synopsis:      Lenses
 description:   Lenses
@@ -15,7 +15,7 @@
 
 source-repository head
   type: git
-  location: git://github.com/ekmett/data-lens-fd.git
+  location: git://github.com/roconnor/data-lens-fd.git
 
 flag DeriveDataTypeable
   manual: False
@@ -26,7 +26,7 @@
     base >= 4 && < 5,
     mtl >= 2.0.1.0 && <= 2.2,
     transformers >= 0.2 && < 0.4,
-    data-lens >= 2.0 && < 2.1,
+    data-lens >= 2.0 && < 2.11,
     comonad-transformers >= 2.0 && < 2.2
 
   exposed-modules:
