diff --git a/graph-utils.cabal b/graph-utils.cabal
--- a/graph-utils.cabal
+++ b/graph-utils.cabal
@@ -1,6 +1,6 @@
 Name:                graph-utils
 
-Version:             0.3.5
+Version:             0.3.5.1
 
 -- A short (one-line) description of the package.
 Synopsis:            A simple wapper & quasi quoter for fgl.
@@ -46,7 +46,7 @@
   Exposed-modules:  Data.Graph.EasyGrapher, Data.Graph.PageRank
   
   -- Packages needed in order to build this package.
-  Build-depends: base >=2 && < 4 , fgl, mtl, containers, template-haskell, parsec>=3.0
+  Build-depends: base >=2 && < 4 , fgl, mtl, containers, template-haskell, parsec >=3.0 && < 4
   
   -- Modules not exported by this package.
   -- Other-modules:       
