diff --git a/VERSION b/VERSION
--- a/VERSION
+++ b/VERSION
@@ -1,10 +1,10 @@
 3.0.0 (2013-05-29):
-    - Removed the deprecated compatability modules.
+    - Removed the deprecated compatibility modules.
 
 2.1.0 (2013-05-29):
     - Added UNPACK pragmas everywhere to reduce indirections.
     - Added versions of newBroadcastT*Chan for TMChan
-    - Deprecated all the compatability stuff, since newBroadcastTChan requires stm >= 2.4 anyways.
+    - Deprecated all the compatibility stuff, since newBroadcastTChan requires stm >= 2.4 anyways.
 2.0.0 (2013-05-12):
     - Add TQueue support
 
diff --git a/stm-chans.cabal b/stm-chans.cabal
--- a/stm-chans.cabal
+++ b/stm-chans.cabal
@@ -1,5 +1,5 @@
 ----------------------------------------------------------------
--- wren ng thornton <wren@community.haskell.org>    ~ 2013.05.29
+-- wren ng thornton <wren@community.haskell.org>    ~ 2014.03.30
 ----------------------------------------------------------------
 
 -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:
@@ -9,7 +9,7 @@
 Build-Type:     Custom
 
 Name:           stm-chans
-Version:        3.0.0
+Version:        3.0.0.2
 Stability:      provisional
 Homepage:       http://code.haskell.org/~wren/
 Author:         wren ng thornton, Thomas DuBuisson
@@ -23,7 +23,7 @@
 Description:    Additional types of channels for STM.
 
 Tested-With:
-    GHC == 7.6.1
+    GHC ==7.6.1, GHC ==7.8.0
 Extra-source-files:
     AUTHORS, README, VERSION
 Source-Repository head
