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.15 - 2018-03-21
+
+* Relax upper version bounds for base, vty and brick
+
 ## 0.0.0.14 - 2018-03-06
 
 * Relax upper version bounds for brick, lens and vty
diff --git a/viewprof.cabal b/viewprof.cabal
--- a/viewprof.cabal
+++ b/viewprof.cabal
@@ -1,5 +1,5 @@
 name: viewprof
-version: 0.0.0.14
+version: 0.0.0.15
 synopsis: Text-based interactive GHC .prof viewer
 description: Text-based interactive GHC .prof viewer
 homepage: https://github.com/maoe/viewprof
@@ -21,8 +21,8 @@
 executable viewprof
   main-is: viewprof.hs
   build-depends:
-      base >= 4.9 && < 4.11
-    , brick >= 0.16 && < 0.35
+      base >= 4.9 && < 4.12
+    , brick >= 0.16 && < 0.36
     , containers >= 0.5.7 && < 0.6
     , directory >= 1.3 && < 1.4
     , ghc-prof >= 1.4 && < 1.5
@@ -31,7 +31,7 @@
     , text >= 1.2.2.0 && < 1.3
     , vector >= 0.10.12.3 && < 0.13
     , vector-algorithms >= 0.6.0.4 && < 0.8
-    , vty >= 5.13 && < 5.21
+    , vty >= 5.13 && < 5.22
   hs-source-dirs: bin
   default-language: Haskell2010
   ghc-options: -Wall -threaded
