diff --git a/HangmanAscii.cabal b/HangmanAscii.cabal
--- a/HangmanAscii.cabal
+++ b/HangmanAscii.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                HangmanAscii
-version:             0.1.1.1
+version:             0.1.1.2
 synopsis:            Yet another Hangman game.
 description:
                      Another command line implementation of the classic 
@@ -28,7 +28,7 @@
                      , Shape
                      , Database
   -- other-extensions:
-  build-depends:       base >=4.14.3 && <5
+  build-depends:       base >=4 && <5
                      , optparse-applicative >=0.16.1 && <0.17
                      , random >=1.2.1.1 && <2
                      , haskeline >=0.8.2 && <0.9
