diff --git a/lib/Rainbox/Core.hs b/lib/Rainbox/Core.hs
--- a/lib/Rainbox/Core.hs
+++ b/lib/Rainbox/Core.hs
@@ -22,7 +22,7 @@
 import qualified Data.Sequence as Seq
 import qualified Data.Text as X
 import qualified Data.Traversable as T
-import           Lens.Simple (Lens', lens)
+import           Control.Lens (Lens', lens)
 import           Rainbow ( Chunk , Radiant , chunk , back)
 import           Rainbow.Types (Chunk (_yarn))
 
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -4,7 +4,7 @@
 name: rainbox
 synopsis: Two-dimensional box pretty printing, with colors
 description: Please see README.md
-version: 0.22.0.0
+version: 0.24.0.0
 license: BSD3
 license-file: LICENSE
 copyright: Copyright 2014-2019 Omari Norman
@@ -29,7 +29,7 @@
   - containers
   - rainbow
   - text
-  - lens-simple
+  - lens
 
 ghc-options: -Wall
 other-extensions: TemplateHaskell
diff --git a/rainbox.cabal b/rainbox.cabal
--- a/rainbox.cabal
+++ b/rainbox.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 19f41a140117e6dad786ee8cc1702bb56f57187f6f52f6b2b611ea6c2e18e5a8
+-- hash: 03df0d1ce1bfd0f8730e79cebec65519b5fa5fe19f0be7d8a34e45c4421e8e91
 
 name:           rainbox
-version:        0.22.0.0
+version:        0.24.0.0
 synopsis:       Two-dimensional box pretty printing, with colors
 description:    Please see README.md
 category:       System
@@ -46,7 +46,7 @@
       base >=4.11 && <5
     , bytestring
     , containers
-    , lens-simple
+    , lens
     , rainbow
     , text
   default-language: Haskell2010
@@ -71,7 +71,7 @@
     , base >=4.11 && <5
     , bytestring
     , containers
-    , lens-simple
+    , lens
     , rainbow
     , tasty
     , tasty-quickcheck
@@ -98,7 +98,7 @@
     , base >=4.11 && <5
     , bytestring
     , containers
-    , lens-simple
+    , lens
     , rainbow
     , tasty
     , tasty-quickcheck
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,3 +1,3 @@
 resolver: lts-14.14
 extra-deps:
-  - rainbow-0.32.0.0
+  - rainbow-0.34.0.0
