diff --git a/dotenv.cabal b/dotenv.cabal
--- a/dotenv.cabal
+++ b/dotenv.cabal
@@ -1,7 +1,7 @@
 name:                dotenv
-version:             0.1.0.7
+version:             0.1.0.8
 synopsis:            Loads environment variables from dotenv files
-
+homepage:            https://github.com/stackbuilders/dotenv-hs
 description:
   .
   In most applications,
@@ -46,7 +46,7 @@
   main-is:             Main.hs
   -- other-modules:
   -- other-extensions:
-  build-depends:         base >=4.5 && <4.8
+  build-depends:         base >=4.5 && <4.9
                        , base-compat >= 0.4
                        , optparse-applicative >=0.11 && <0.12
                        , parsec >= 3.1.0 && <= 3.2
@@ -59,7 +59,7 @@
   exposed-modules:    Configuration.Dotenv.Parse
                     , Configuration.Dotenv
 
-  build-depends:         base >=4.5 && <4.8
+  build-depends:         base >=4.5 && <4.9
                        , base-compat >= 0.4
                        , parsec >= 3.1.0 && <= 3.2
 
@@ -72,15 +72,14 @@
   type: exitcode-stdio-1.0
   hs-source-dirs: spec, src
   main-is: Spec.hs
-  build-depends:       base >=4.5 && <4.8
+  build-depends:       base >=4.5 && <4.9
                        , base-compat >= 0.4
                        , parsec >= 3.1.0 && <= 3.2
-
+                       , parseerror-eq
                        , hspec
 
   default-language:    Haskell2010
   ghc-options:         -Wall
-  extensions: CPP
 
 source-repository head
   type:     git
