diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2013, diagrams team (see LICENSE files in
+Copyright (c) 2011-2014, diagrams team (see LICENSE files in
 dual-tree, monoid-extras, diagrams-core, diagrams-lib, diagrams-svg,
 diagrams-postscript, diagrams-cairo, diagrams-gtk, and
 diagrams-contrib packages)
diff --git a/diagrams.cabal b/diagrams.cabal
--- a/diagrams.cabal
+++ b/diagrams.cabal
@@ -1,5 +1,5 @@
 Name:                diagrams
-Version:             1.0.0.1
+Version:             1.1
 Synopsis:            Embedded domain-specific language for declarative vector graphics
 Description:         Diagrams is a full-featured framework and embedded domain-specific langauge for creating
                      declarative vector graphics and animations.
@@ -57,6 +57,7 @@
 Category:            Graphics
 Build-type:          Simple
 Cabal-version:       >=1.10
+tested-with:         GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.1
 Extra-source-files:  README.markdown
 
 Source-repository head
@@ -84,20 +85,20 @@
   Manual: True
 
 Library
-  Build-depends:     diagrams-core >= 1.0 && < 1.1,
-                     diagrams-lib >= 1.0 && < 1.1,
+  Build-depends:     diagrams-core >= 1.1 && < 1.2,
+                     diagrams-lib >= 1.1 && < 1.2,
                      diagrams-contrib >= 1.0 && < 1.2
 
   if flag(cairo)
-    Build-depends:   diagrams-cairo >= 1.0 && < 1.1
+    Build-depends:   diagrams-cairo >= 1.1 && < 1.2
 
   if flag(gtk)
-    Build-depends:   diagrams-gtk >= 1.0 && < 1.1
+    Build-depends:   diagrams-gtk >= 1.0.1 && < 1.1
 
   if flag(svg)
-    Build-depends:   diagrams-svg >= 1.0 && < 1.1
+    Build-depends:   diagrams-svg >= 1.0.1.4 && < 1.1
 
   if flag(ps)
-    Build-depends:   diagrams-postscript >= 1.0 && < 1.1
+    Build-depends:   diagrams-postscript >= 1.1 && < 1.2
 
   Default-language:  Haskell2010
