diff --git a/bank-holidays-england.cabal b/bank-holidays-england.cabal
--- a/bank-holidays-england.cabal
+++ b/bank-holidays-england.cabal
@@ -1,5 +1,5 @@
 name:                bank-holidays-england
-version:             0.2.0.4
+version:             0.2.0.5
 synopsis:            Calculation of bank holidays in England and Wales
 description:
   Calculation of bank holidays in England and Wales, using the rules that have
@@ -18,7 +18,7 @@
 
 library
   exposed-modules:     Data.Time.Calendar.BankHoliday.EnglandAndWales
-  build-depends:       base >= 4.8 && < 4.14
+  build-depends:       base >= 4.8 && < 5
                      , time >= 1.5.0 && < 1.10
                      , containers >= 0.5.0 && < 0.7
   hs-source-dirs:      src
@@ -31,7 +31,7 @@
   hs-source-dirs: test
   default-language:    Haskell2010
   ghc-options: -Wall
-  build-depends:       base >= 4.7 && < 4.14
+  build-depends:       base >= 4.7 && < 5
                , bank-holidays-england
                , QuickCheck
                , containers
