diff --git a/tibetan-utils.cabal b/tibetan-utils.cabal
--- a/tibetan-utils.cabal
+++ b/tibetan-utils.cabal
@@ -1,5 +1,5 @@
 name:                tibetan-utils
-version:             0.1.1.3
+version:             0.1.1.4
 synopsis:            Parse and display tibetan numerals
 description:         Please see README.md
 homepage:            https://github.com/vmchale/tibetan-utils#readme
@@ -18,7 +18,7 @@
   exposed-modules:     Text.Megaparsec.Lexer.Tibetan
                      , Text.Megaparsec.Char.Tibetan
                      , TextShow.Data.Integral.Tibetan
-  build-depends:       base >= 4.7 && < 5
+  build-depends:       base >= 4.8 && < 5
                      , megaparsec >= 6.0
                      , text
                      , composition
