diff --git a/setlocale.cabal b/setlocale.cabal
--- a/setlocale.cabal
+++ b/setlocale.cabal
@@ -1,8 +1,7 @@
 name:                setlocale
--- Version numbers of the form a.b.c.d.1 are development versions.
-version:             1.0.0.4
+version:             1.0.0.5
 synopsis:            Haskell bindings to setlocale
--- description:         
+-- description:
 license:             BSD3
 license-file:        LICENSE
 author:              Sven Bartscher
@@ -12,14 +11,14 @@
 build-type:          Simple
 homepage: https://bitbucket.org/IchUndNichtDu/haskell-setlocale
 bug-reports: https://bitbucket.org/IchUndNichtDu/haskell-setlocale/issues
--- extra-source-files:  
+-- extra-source-files:
 cabal-version:       >=1.10
 
 library
   exposed-modules:     System.Locale.SetLocale
-  -- other-modules:       
+  -- other-modules:
   other-extensions:    DeriveDataTypeable, ForeignFunctionInterface
-  build-depends:       base >=4.6 && <4.10
-  -- hs-source-dirs:      
+  build-depends:       base >=4.6 && <4.11
+  -- hs-source-dirs:
   build-tools:         hsc2hs
   default-language:    Haskell2010
