diff --git a/xournal-parser.cabal b/xournal-parser.cabal
--- a/xournal-parser.cabal
+++ b/xournal-parser.cabal
@@ -1,8 +1,8 @@
 Name:		xournal-parser
-Version:	0.5.0.1
+Version:	0.5.0.2
 Synopsis:       Xournal file parser
 Description: 	Text parser for xournal xml file
-Homepage:       http://ianwookim.org/hxournal
+Homepage:       http://ianwookim.org/hoodle
 License: 	BSD3
 License-file:	LICENSE
 Author:		Ian-Woo Kim
@@ -20,20 +20,20 @@
   ghc-options: 	-Wall -funbox-strict-fields -fno-warn-unused-do-bind
   ghc-prof-options: -caf-all -auto-all
   Build-Depends: base == 4.*, 
-                 mtl == 2.*, 
-                 transformers == 0.3.*, 
-                 attoparsec == 0.10.*, 
+                 mtl, 
+                 transformers > 0.3, 
+                 attoparsec > 0.10, 
                  bytestring >= 0.9, 
                  containers >= 0.4, 
-                 xml-conduit == 1.0.*,
-                 conduit == 0.5.*,
-                 strict == 0.3.*, 
-                 attoparsec-conduit == 0.5.*,
-                 xournal-types >= 0.5.0.1, 
-                 xml-types == 0.3.*, 
-                 text == 0.11.*,
+                 xml-conduit > 1.0,
+                 conduit > 1,
+                 strict > 0.3, 
+                 attoparsec-conduit > 0.5,
+                 xournal-types >= 0.5.0.2, 
+                 xml-types > 0.3, 
+                 text > 0.11,
                  lens >= 2.5, 
-                 zlib-conduit == 0.5.*
+                 zlib-conduit > 0.5
 
   Exposed-Modules: 
                    Text.Xournal.Parse
