diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.3.0.1
+    * Bump base version, add example to repo
+
 - 0.3.0.0
     * Simplify the tree, creating actual (indiv) nodes where necessary from the
       Haskell code
diff --git a/profiteur.cabal b/profiteur.cabal
--- a/profiteur.cabal
+++ b/profiteur.cabal
@@ -1,5 +1,5 @@
 Name:                profiteur
-Version:             0.3.0.0
+Version:             0.3.0.1
 Synopsis:            Treemap visualiser for GHC prof files
 Description:         Treemap visualiser for GHC prof files
 Homepage:            http://github.com/jaspervdj/profiteur
@@ -45,7 +45,7 @@
     Profiteur.Parser
 
   Build-depends:
-    base                 >= 4    && < 5,
+    base                 >= 4.8  && < 5,
     aeson                >= 0.6  && < 0.11,
     attoparsec           >= 0.10 && < 0.14,
     bytestring           >= 0.9  && < 0.11,
