diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Version 0.2.2.3: May 2011
+
+  * Mark package as deprecated in favor of diagrams-core,
+    diagrams-lib, diagrams-cairo
+
 Version 0.2.2.2: December 3, 2010
 
   * Update containers dependency
diff --git a/README b/README
--- a/README
+++ b/README
@@ -1,4 +1,11 @@
 
+NOTE: This package is DEPRECATED.  Instead, please see the
+diagrams-core, diagrams-lib, and diagrams-cairo packages. The rest of
+the README is retained for historical purposes.
+
+------------------------------------------------------------------------
+
+
 Graphics.Rendering.Diagrams provides an embedded domain-specific
 language (EDSL) for creating simple graphics in a compositional style.
 
diff --git a/diagrams.cabal b/diagrams.cabal
--- a/diagrams.cabal
+++ b/diagrams.cabal
@@ -1,9 +1,11 @@
 Name:                diagrams
-Version:             0.2.2.2
-Stability:           experimental
+Version:             0.2.2.3
+Stability:           unsupported
 Description:         An embedded domain-specific language (EDSL) for 
                      creating simple diagrams, built on top of the Cairo
-                     rendering engine.  
+                     rendering engine.  NOTE: This package is deprecated,
+                     see the diagrams-core, diagrams-lib, and diagrams-cairo
+                     packages instead.
 Homepage:            http://code.haskell.org/diagrams
 Synopsis:            An EDSL for creating simple diagrams
 License:             BSD3
@@ -14,7 +16,7 @@
 Category:            Graphics
 Build-type:          Simple
 Cabal-version:       >= 1.6
-Tested-with:         GHC==7.0.1, GHC==6.12.1, GHC==6.10.4
+Tested-with:         GHC==6.12.1, GHC==6.10.4, GHC==7.0.1
 
 flag testing
   description: Testing mode
