diff --git a/xdot.cabal b/xdot.cabal
--- a/xdot.cabal
+++ b/xdot.cabal
@@ -1,5 +1,5 @@
 name:               xdot
-version:            0.2.4.7
+version:            0.2.4.8
 license:            BSD3
 license-file:       LICENSE
 category:           Graphs, Graphics
@@ -19,10 +19,10 @@
                     @Demo.hs@ with the dot-files in @dot-examples/@.
                     .
                     This library was originally written as part of ghc-vis, but
-                    is now a seperate project, in case anyone else may have a
+                    is now a separate project, in case anyone else may have a
                     use for it.
 
-tested-with: GHC == 7.4.1, GHC == 7.4.2, GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3, GHC == 7.8.3
+tested-with: GHC == 7.4.1, GHC == 7.4.2, GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3, GHC == 7.8.3, GHC == 7.10.1, GHC == 7.10.2
 Extra-source-files: dot-examples/*.dot
 Library
   Exposed-modules: Graphics.XDot.Parser Graphics.XDot.Viewer Graphics.XDot.Types
@@ -31,7 +31,7 @@
                  mtl >= 2.0 && < 2.3,
                  cairo >= 0.12 && < 0.14,
                  gtk >= 0.12 && < 0.14,
-                 graphviz >= 2999.16 && < 2999.18,
+                 graphviz >= 2999.16 && < 2999.19,
                  text >= 0.11 && < 1.3,
                  polyparse >= 1.8 && < 1.12
   Hs-source-dirs: src/
