diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,8 @@
 # Changelog for `lens-labels`
 
+## v0.2.0.2
+- Bump the lower bound on `base` to indicate we require `ghc>=8.0`.
+
 ## v0.2.0.1
 - Bump the dependency on `base` to support `ghc-8.4.2`.
 
diff --git a/lens-labels.cabal b/lens-labels.cabal
--- a/lens-labels.cabal
+++ b/lens-labels.cabal
@@ -1,11 +1,11 @@
--- This file has been generated from package.yaml by hpack version 0.20.0.
+-- This file has been generated from package.yaml by hpack version 0.28.2.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 9231593f0cd164398aca3c59f3930eb708017bb6517ffc541ea15eef02b62ac2
+-- hash: 181e4e41b323e1a507233705c9f650ba0e6b65a783f075b5c67048778e94471b
 
 name:           lens-labels
-version:        0.2.0.1
+version:        0.2.0.2
 synopsis:       Integration of lenses with OverloadedLabels.
 description:    Provides a framework to integrate lenses with GHC's OverloadedLabels extension.
 category:       Data
@@ -18,7 +18,6 @@
 license-file:   LICENSE
 build-type:     Simple
 cabal-version:  >= 1.10
-
 extra-source-files:
     Changelog.md
 
@@ -28,17 +27,17 @@
   subdir: lens-labels
 
 library
-  hs-source-dirs:
-      src
-  build-depends:
-      base >=4.8 && <4.12
-    , ghc-prim >=0.4 && <0.6
-    , profunctors >=5.2
-    , tagged >=0.8
   exposed-modules:
       Lens.Labels
       Lens.Labels.Unwrapped
       Lens.Labels.Prism
   other-modules:
       Paths_lens_labels
+  hs-source-dirs:
+      src
+  build-depends:
+      base >=4.9 && <4.12
+    , ghc-prim >=0.4 && <0.6
+    , profunctors >=5.2
+    , tagged >=0.8
   default-language: Haskell2010
