diff --git a/terminal-text.cabal b/terminal-text.cabal
--- a/terminal-text.cabal
+++ b/terminal-text.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: bb7978208e15e0aa79ec9fdb3bf0ab186b2850b4bba4339cee8f5dc24a81826a
+-- hash: fecbb12d4eeb3e445340703139e3b08533d55b8e3fbe302ca200be790fdbde66
 
 name:           terminal-text
-version:        1.1.1
+version:        1.1.2
 synopsis:       Text data type for styled terminal output, including all standard ANSI effects (bold, italic, blinking) and ANSI / 256 / truecolor colors support for Unix and Windows (whenever possible).
 category:       Data
 stability:      experimental
@@ -17,22 +19,21 @@
 license:        Apache-2.0
 license-file:   LICENSE
 build-type:     Simple
-cabal-version:  >= 1.10
 
 library
+  exposed-modules:
+      Data.Text.Terminal
+  other-modules:
+      Paths_terminal_text
   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:
       ansi-terminal
-    , base >=4.10 && <4.12
+    , base >=4.9 && <4.13
     , container
     , layered-state
     , prologue
     , text
-  exposed-modules:
-      Data.Text.Terminal
-  other-modules:
-      Paths_terminal_text
   default-language: Haskell2010
