diff --git a/heyefi.cabal b/heyefi.cabal
--- a/heyefi.cabal
+++ b/heyefi.cabal
@@ -1,5 +1,5 @@
 name:                heyefi
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            A server for Eye-Fi SD cards.
 description:         This server listens for Eye-Fi cards that want to upload files to a computer and stores them in an upload directory. It is meant to be run as a system daemon.
 homepage:            https://github.com/ryantm/heyefi
@@ -30,7 +30,7 @@
                      , HEyefi.GetPhotoStatus
                      , HEyefi.StartSession
   ghc-options:         -Wall
-  build-depends:       base >=4 && <=5
+  build-depends:       base >=4.8 && <=5
                      , stm
                      , unix
                      , MissingH
@@ -67,7 +67,7 @@
   hs-source-dirs:   test, src
   main-is:          Spec.hs
   ghc-options:      -Wall
-  build-depends:    base >=4 && <=5
+  build-depends:    base >=4.8 && <=5
                   , stm
                   , unix
                   , containers
