diff --git a/cpuinfo.cabal b/cpuinfo.cabal
--- a/cpuinfo.cabal
+++ b/cpuinfo.cabal
@@ -1,5 +1,5 @@
 name:                cpuinfo
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Haskell Library for Checking CPU Information
 description:         Haskell Library for Checking CPU Information
 homepage:            https://github.com/TravisWhitaker/cpuinfo
@@ -15,9 +15,7 @@
 
 library
    exposed-modules:     System.CPU
-  -- other-modules:       
-  -- other-extensions:    
-  build-depends:       base >=4.8 && <4.9
+  build-depends:       base >=4.8 && <5.0
                      , attoparsec >=0.13 && <0.14
                      , bytestring >=0.10 && <0.11
                      , deepseq >=1.4 && <1.5
