diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@
 
         git clone  --bare git://git.haskell.org/ghc.git repository
 
- * Download a bunch of JavaScript libraries by runing `./install-jslibs.sh`.	
+ * Download a bunch of JavaScript libraries by running `./install-jslibs.sh`.	
 
 Gipeda does not work without at least some logs, so lets add them.
 
@@ -80,7 +80,7 @@
     ./gipeda
 
 and it will create a bunch of JSON files in `site/out/`.  With `./gipda -j4`
-you can parallize it.
+you can parallelize it.
 
 You should do this everytime a new log file appears in `logs/`. You should also
 make sure your repository is up-to-date, e.g. by running `git -C repository
diff --git a/gipeda.cabal b/gipeda.cabal
--- a/gipeda.cabal
+++ b/gipeda.cabal
@@ -1,5 +1,5 @@
 name:                gipeda
-version:             0.3
+version:             0.3.0.1
 category:            Development
 synopsis:            Git Performance Dashboard
 description:
@@ -37,9 +37,6 @@
   install-jslibs.sh
 cabal-version:       >=1.10
 
-flag old-gitlib
-  default: False
-
 executable gipeda
   main-is:
       gipeda.hs
@@ -67,7 +64,7 @@
 
 
   build-depends:
-      base                 >= 4.6   && <4.9,
+      base                 >= 4.6   && <4.10,
       bytestring           >= 0.10  && <0.11,
       containers           >= 0.4   && <0.6,
       directory            >= 1.2   && <1.3,
@@ -81,22 +78,13 @@
       yaml                 >= 0.8   && <0.9,
       aeson                >= 0.7   && <0.12,
       scientific           >= 0.3   && <0.4,
-      gitlib               >= 3.1   && <3.2,
+      gitlib               >= 3.1.0.2 && <3.2,
       gitlib-libgit2,
       tagged               >= 0.7   && <0.9,
       extra                >= 1     && <1.5,
       file-embed           >= 0.0.9 && < 0.0.11,
       concurrent-output    >= 1.7   && < 1.8,
       transformers         >= 0.4   && < 0.6
-
-  if flag(old-gitlib)
-      build-depends:
-        gitlib               < 3.1.0.2,
-        -- https://github.com/jwiegley/gitlib/issues/46
-        conduit-combinators  < 1
-  else
-      build-depends:
-        gitlib               >= 3.1.0.2
 
   hs-source-dirs: src
 
