diff --git a/setlocale.cabal b/setlocale.cabal
--- a/setlocale.cabal
+++ b/setlocale.cabal
@@ -1,12 +1,12 @@
 name:                setlocale
-version:             1.0.0.8
+version:             1.0.0.9
 synopsis:            Haskell bindings to setlocale
 -- description:
 license:             BSD3
 license-file:        LICENSE
 author:              Sven Bartscher
 maintainer:          sven.bartscher@weltraumschlangen.de
-copyright:           2014-2018, Sven Bartscher
+copyright:           2014-2019, Sven Bartscher
 category:            System
 build-type:          Simple
 homepage: https://bitbucket.org/IchUndNichtDu/haskell-setlocale
@@ -18,7 +18,7 @@
   exposed-modules:     System.Locale.SetLocale
   -- other-modules:
   other-extensions:    DeriveDataTypeable, ForeignFunctionInterface
-  build-depends:       base >=4.6 && <4.13
+  build-depends:       base >=4.6 && <4.14
   -- hs-source-dirs:
   build-tools:         hsc2hs
   default-language:    Haskell2010
