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.1.0.3
+version:             0.1.0.4
 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.7 && < 4.9
+  build-depends:       base >= 4.7 && < 4.11
                      , time
                      , containers
   hs-source-dirs:      src
@@ -31,7 +31,7 @@
   hs-source-dirs: test
   default-language:    Haskell2010
   ghc-options: -Wall
-  build-depends:       base >= 4.7 && < 4.9
+  build-depends:       base >= 4.7 && < 4.11
                , bank-holidays-england
                , QuickCheck
                , containers
