diff --git a/brainfuck.cabal b/brainfuck.cabal
--- a/brainfuck.cabal
+++ b/brainfuck.cabal
@@ -1,5 +1,5 @@
 name:                brainfuck
-version:             0.1.0.2
+version:             0.1.0.3
 license:             GPL
 license-file:        LICENSE
 author:              Jason Dagit <dagit@codersbase.com>
@@ -13,7 +13,7 @@
 
 build-type:          Simple
 cabal-version:       >= 1.6
-tested-with:         GHC==7.10.1
+tested-with:         GHC==8.0.1
 
 source-repository head
   type:     git
@@ -21,12 +21,11 @@
 
 executable              bf
    main-is:             Main.hs
-   build-depends:       base>3, unix, array, mtl
+   build-depends:       base>3 && <5, unix, array, mtl
 
 library
    exposed-modules:     Language.Brainfuck, Language.Brainfuck.Examples
 
-   build-depends:       base <4.9, array, mtl
+   build-depends:       base>3 && <5, array, mtl
 
    ghc-options:         -Wall
-   ghc-prof-options:    -prof -auto-all
