diff --git a/sgf.cabal b/sgf.cabal
--- a/sgf.cabal
+++ b/sgf.cabal
@@ -1,8 +1,8 @@
 name:               sgf
-version:            0.1.1
+version:            0.1.2
 author:             Daniel Wagner
 maintainer:         daniel@wagner-home.com
-homepage:           http://www.dmwit.com/sgf
+homepage:           http://dmwit.com/sgf
 bug-reports:        http://dmwit.fogbugz.com/
 synopsis:           SGF (Smart Game Format) parser
 description:
@@ -26,7 +26,7 @@
                         Data.SGF.Parse.Raw
                         Data.SGF.Parse.Util
 
-    build-depends:  base >=3 && < 4,
+    build-depends:  base >=3 && < 5,
                     containers,
                     extensible-exceptions,
                     mtl>=1,
@@ -37,9 +37,9 @@
 
 source-repository head
     type:       git
-    location:   http://www.dmwit.com/sgf/.git
+    location:   http://dmwit.com/sgf/.git
 
 source-repository this
     type:       git
-    location:   http://www.dmwit.com/sgf/.git
-    tag:        0.1.1
+    location:   http://dmwit.com/sgf/.git
+    tag:        0.1.2
