diff --git a/current-versions.txt b/current-versions.txt
--- a/current-versions.txt
+++ b/current-versions.txt
@@ -1,7 +1,7 @@
 This package was tested to work with these dependency
 versions and compiler version.
 These are the default versions fetched by cabal install.
-Tested as of: 2014-08-12 01:18:25.411973 UTC
+Tested as of: 2014-08-14 18:19:57.496926 UTC
 Path to compiler: ghc-7.8.3
 Compiler description: 7.8.3
 
@@ -36,7 +36,7 @@
     unix-2.7.0.1
     xhtml-3000.2.1
 
-/home/massysett/rainbow/library/sunlight-26084/db:
-    rainbow-0.16.0.0
+/home/massysett/rainbow/library/sunlight-20173/db:
+    rainbow-0.16.2.0
     text-1.1.1.3
 
diff --git a/lib/Rainbow.hs b/lib/Rainbow.hs
--- a/lib/Rainbow.hs
+++ b/lib/Rainbow.hs
@@ -187,7 +187,8 @@
 
 
   -- ** Colors for 8-color terminals
-  , Color8
+  , Enum8(..)
+  , Color8(..)
   , noColor8
   , black8
   , red8
@@ -199,7 +200,7 @@
   , white8
 
   -- ** Colors for 256-color terminals
-  , Color256
+  , Color256(..)
   , noColor256
   , grey
   , brightRed
diff --git a/minimum-versions.txt b/minimum-versions.txt
--- a/minimum-versions.txt
+++ b/minimum-versions.txt
@@ -1,7 +1,7 @@
 This package was tested to work with these dependency
 versions and compiler version.
 These are the minimum versions given in the .cabal file.
-Tested as of: 2014-08-12 01:18:25.411973 UTC
+Tested as of: 2014-08-14 18:19:57.496926 UTC
 Path to compiler: ghc-7.4.1
 Compiler description: 7.4.1
 
@@ -33,8 +33,8 @@
     time-1.4
     unix-2.5.1.0
 
-/home/massysett/rainbow/library/sunlight-26084/db:
-    rainbow-0.16.0.0
+/home/massysett/rainbow/library/sunlight-20173/db:
+    rainbow-0.16.2.0
     terminfo-0.3.2
     text-0.11.2.0
 
diff --git a/rainbow.cabal b/rainbow.cabal
--- a/rainbow.cabal
+++ b/rainbow.cabal
@@ -3,10 +3,10 @@
 -- http://www.github.com/massysett/cartel
 --
 -- Script name used to generate: genCabal.hs
--- Generated on: 2014-08-11 21:15:49.266716 EDT
+-- Generated on: 2014-08-14 14:19:53.263492 EDT
 -- Cartel library version: 0.10.0.2
 name: rainbow
-version: 0.16.0.0
+version: 0.16.2.0
 cabal-version: >= 1.14
 build-type: Simple
 license: BSD3
