diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for viewprof
 
+## 0.0.0.18 - 2018-07-07
+
+* Relax upper version bounds for lens and containers
+
 ## 0.0.0.17 - 2018-05-09
 
 * Relax upper version bounds for brick
diff --git a/viewprof.cabal b/viewprof.cabal
--- a/viewprof.cabal
+++ b/viewprof.cabal
@@ -1,5 +1,5 @@
 name: viewprof
-version: 0.0.0.17
+version: 0.0.0.18
 synopsis: Text-based interactive GHC .prof viewer
 description:
    viewprof is a text-based interactive GHC .prof viewer.
@@ -28,10 +28,10 @@
   build-depends:
       base >= 4.9 && < 4.12
     , brick >= 0.16 && < 0.38
-    , containers >= 0.5.7 && < 0.6
+    , containers >= 0.5.7 && < 0.7
     , directory >= 1.3 && < 1.4
     , ghc-prof >= 1.4 && < 1.5
-    , lens >= 4.14 && < 4.17
+    , lens >= 4.14 && < 4.18
     , scientific >= 0.3.4.4 && < 0.4
     , text >= 1.2.2.0 && < 1.3
     , vector >= 0.10.12.3 && < 0.13
