diff --git a/functor-utils.cabal b/functor-utils.cabal
--- a/functor-utils.cabal
+++ b/functor-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: 34760b4dc30c57297b2d5a92cb7bdaeab0f9c2913e60afca1589d0830552c190
+-- hash: 0f35c25e8fd2deeddecb954bf03c09b3c40f6323c6513e4209bf51bc9a0c1f66
 
 name:           functor-utils
-version:        1.17.1
+version:        1.17.2
 synopsis:       Collection of functor utilities, providing handy operators, like generalization of (.).
 category:       Data
 stability:      experimental
@@ -17,19 +19,18 @@
 license:        Apache-2.0
 license-file:   LICENSE
 build-type:     Simple
-cabal-version:  >= 1.10
 
 library
+  exposed-modules:
+      Data.Functor.Utils
+  other-modules:
+      Paths_functor_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 MonadComprehensions MultiWayIf NamedWildCards NegativeLiterals NoImplicitPrelude NumDecimals OverloadedLabels PackageImports QuasiQuotes PatternSynonyms RankNTypes RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators UnicodeSyntax ViewPatterns LiberalTypeSynonyms RelaxedPolyRec
   ghc-options: -Wall -O2
   build-depends:
-      base >=4.10 && <4.12
+      base >=4.9 && <4.13
     , ghc-prim
     , lens
-  exposed-modules:
-      Data.Functor.Utils
-  other-modules:
-      Paths_functor_utils
   default-language: Haskell2010
