diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,8 @@
 # Changelog for `proto-lens-optparse`
 
+## v0.1.1.4
+- Bump the dependency on `base` to support `ghc-8.6.1`.
+
 ## v0.1.1.3
 - Bump the upper bound to `proto-lens-0.4`.
 
diff --git a/proto-lens-optparse.cabal b/proto-lens-optparse.cabal
--- a/proto-lens-optparse.cabal
+++ b/proto-lens-optparse.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: fa3ad61c3641cdcd75598b80af78647ccea21644a004dfc6219de61e92b48120
+-- hash: 5247289bf92664aba861cc3f414598c79076709817bccacaf0eba00feaf4612f
 
 name:           proto-lens-optparse
-version:        0.1.1.3
+version:        0.1.1.4
 synopsis:       Adapting proto-lens to optparse-applicative ReadMs.
 description:    A package adapting proto-lens to optparse-applicative ReadMs. This gives an easy way to define options and arguments for text-format protobuf types.
 category:       Data
@@ -34,7 +34,7 @@
   hs-source-dirs:
       src
   build-depends:
-      base >=4.9 && <4.12
+      base >=4.9 && <4.13
     , optparse-applicative >=0.12 && <0.15
     , proto-lens >=0.1 && <0.5
     , text ==1.2.*
