diff --git a/Data/Lens.hs b/Data/Lens.hs
--- a/Data/Lens.hs
+++ b/Data/Lens.hs
@@ -1,4 +1,4 @@
-module Data.Lens (Lens,
+module Data.Lens (Lens, Refractor,
                   lens, iso,
                   get, set, modify,
                   fstL, sndL, swapL, unitL) where
diff --git a/lenz.cabal b/lenz.cabal
--- a/lenz.cabal
+++ b/lenz.cabal
@@ -1,5 +1,5 @@
 name:           lenz
-version:        0.1.2.1
+version:        0.1.2.2
 synopsis:       Van Laarhoven lenses
 license:        OtherLicense
 license-file:   LICENSE
