diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,8 @@
+0.1.1.1 (1 August 2013)
+-----------------------
+
+  * allow `diagrams-lib-0.7` and `diagrams-svg-0.7`
+
 0.1.1.0 (23 June 2013)
 ----------------------
 
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,8 @@
 Copyright (c) 2013, diagrams-haddock team:
 
-Ryan Yates
-Brent Yorgey
+  Tillmann Vogt <tillk.vogt@googlemail.com>
+  Ryan Yates <fryguybob@gmail.com>
+  Brent Yorgey <byorgey@gmail.com>
 
 All rights reserved.
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -226,7 +226,7 @@
 
     ```
     build-type: Custom
-    extra-source-files: diagrams/*
+    extra-source-files: diagrams/*.svg
     ```
 
     to your `.cabal` file, and then put something like the following in your
diff --git a/diagrams-haddock.cabal b/diagrams-haddock.cabal
--- a/diagrams-haddock.cabal
+++ b/diagrams-haddock.cabal
@@ -1,5 +1,5 @@
 name:                diagrams-haddock
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            Preprocessor for embedding diagrams in Haddock documentation
 description:         diagrams-haddock is a tool for compiling embedded inline
                      diagrams code in Haddock documentation, for an
@@ -44,8 +44,8 @@
                        haskell-src-exts >= 1.13.5 && < 1.14,
                        blaze-svg >= 0.3 && < 0.4,
                        diagrams-builder >= 0.3 && < 0.5,
-                       diagrams-lib >= 0.6 && < 0.7,
-                       diagrams-svg >= 0.6 && < 0.7,
+                       diagrams-lib >= 0.6 && < 0.8,
+                       diagrams-svg >= 0.6 && < 0.8,
                        vector-space >= 0.8 && < 0.9,
                        lens >= 3.8 && < 3.10,
                        cpphs >= 1.15,
