diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,11 @@
 The following is information about what major changes have gone into
 each release.
 
+Changes in 2999.18.0.1
+----------------------
+
+* Loosened bound on `fgl-arbitrary`.
+
 Changes in 2999.18.0.0
 ----------------------
 
diff --git a/graphviz.cabal b/graphviz.cabal
--- a/graphviz.cabal
+++ b/graphviz.cabal
@@ -1,5 +1,5 @@
 Name:               graphviz
-Version:            2999.18.0.0
+Version:            2999.18.0.1
 Stability:          Beta
 Synopsis:           Bindings to Graphviz for graph visualisation.
 Description: {
@@ -126,7 +126,7 @@
                            graphviz,
                            containers,
                            fgl,
-                           fgl-arbitrary == 0.2.0.0,
+                           fgl-arbitrary == 0.2.*,
                            filepath,
                            text,
                            QuickCheck >= 2.3 && < 2.9
