diff --git a/graph-rewriting-layout.cabal b/graph-rewriting-layout.cabal
--- a/graph-rewriting-layout.cabal
+++ b/graph-rewriting-layout.cabal
@@ -1,5 +1,5 @@
 Name:          graph-rewriting-layout
-Version:       0.5.4
+Version:       0.5.5
 Copyright:     (c) 2010, Jan Rochel
 License:       BSD3
 License-File:  LICENSE
@@ -16,10 +16,10 @@
 
 Library
   Build-Depends:
-    base >= 4 && < 4.9,
-    base-unicode-symbols >= 0.2 && < 0.3,
-    graph-rewriting >= 0.7.8 && < 0.8,
-    AC-Vector >= 2.3 && < 2.4
+    base >= 4 && < 5,
+    base-unicode-symbols >= 0.2,
+    graph-rewriting >= 0.7.8,
+    AC-Vector >= 2.3
   Exposed-Modules:
     GraphRewriting.Layout.Position
     GraphRewriting.Layout.PortSpec
