diff --git a/patronscraper.cabal b/patronscraper.cabal
--- a/patronscraper.cabal
+++ b/patronscraper.cabal
@@ -8,7 +8,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.0.0.0
+version:             0.0.0.1
 
 -- A short (one-line) description of the package.
 synopsis:            A webpage scraper for Patreon which dumps a list of patrons to a text file.
@@ -55,7 +55,7 @@
   -- other-extensions:    
   
   -- Other library packages from which modules are imported.
-  build-depends:      base >=4.6 && <4.7
+  build-depends:      base >=4.6 && <5
                     , hxt >=9.3 && <9.4
                     , HandsomeSoup >=0.3 && <0.4
   
