diff --git a/lens-utils.cabal b/lens-utils.cabal
--- a/lens-utils.cabal
+++ b/lens-utils.cabal
@@ -1,11 +1,13 @@
--- This file has been generated from package.yaml by hpack version 0.20.0.
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.1.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 0602790545b326901e59379955c4541dcab52e82ef782aa8e1cedf784e484c18
+-- hash: 5c82c194878b4484c5ed563855433504a4ba35efabe3bf46d0a64136883b60e4
 
 name:           lens-utils
-version:        1.4.5
+version:        1.4.6
 synopsis:       Collection of missing lens utilities.
 category:       Data
 stability:      experimental
@@ -17,28 +19,27 @@
 license:        Apache-2.0
 license-file:   LICENSE
 build-type:     Simple
-cabal-version:  >= 1.10
 
 library
+  exposed-modules:
+      Control.Lens.Aeson
+      Control.Lens.Utils
+      Control.Lens.Utils.Nested
+      Control.Lens.Utils.TH
+      Control.Lens.Utils.Wrapped
+  other-modules:
+      Paths_lens_utils
   hs-source-dirs:
       src
   default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving InstanceSigs LambdaCase LiberalTypeSynonyms MonadComprehensions MultiWayIf NamedWildCards NegativeLiterals NumDecimals OverloadedLabels PackageImports PatternSynonyms QuasiQuotes RankNTypes RecursiveDo RelaxedPolyRec ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators UnicodeSyntax ViewPatterns
   ghc-options: -Wall -O2
   build-depends:
       aeson
-    , base >=4.10 && <4.12
+    , base >=4.9 && <4.13
     , containers
     , data-default
     , lens
     , monoid
     , split
     , template-haskell
-  exposed-modules:
-      Control.Lens.Aeson
-      Control.Lens.Utils
-      Control.Lens.Utils.Nested
-      Control.Lens.Utils.TH
-      Control.Lens.Utils.Wrapped
-  other-modules:
-      Paths_lens_utils
   default-language: Haskell2010
