diff --git a/cpuinfo.cabal b/cpuinfo.cabal
--- a/cpuinfo.cabal
+++ b/cpuinfo.cabal
@@ -1,5 +1,5 @@
 name:                cpuinfo
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Haskell Library for Checking CPU Information
 description:         Haskell Library for Checking CPU Information
 homepage:            https://github.com/TravisWhitaker/cpuinfo
@@ -14,11 +14,11 @@
 cabal-version:       >=1.10
 
 library
-   exposed-modules:     System.CPU
+  exposed-modules:     System.CPU
   build-depends:       base >=4.8 && <5.0
                      , attoparsec >=0.13 && <0.15
-                     , bytestring >=0.10 && <0.12
-                     , deepseq >=1.4 && <1.5
+                     , bytestring >=0.10 && <0.13
+                     , deepseq >=1.4 && <1.6
   hs-source-dirs:      src
   ghc-options:         -Wall
                        -fwarn-identities
