diff --git a/SVGPath.cabal b/SVGPath.cabal
--- a/SVGPath.cabal
+++ b/SVGPath.cabal
@@ -1,5 +1,5 @@
 Name:             SVGPath
-Version:          1.1.1
+Version:          1.1.2
 Synopsis:         Parsing the path command of SVG
 Description:      Parsing the path command of SVG
 category:         Graphics
@@ -14,6 +14,6 @@
     hs-source-dirs: src
     build-depends:
         base == 4.*,
-        parsec >= 2.1 && <= 3.1
+        parsec >= 2.1
     exposed-modules:
         Graphics.SVG.ReadPath
