diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,11 @@
 Changelog for singletons project
 ================================
 
+0.9.2
+-----
+
+Fix export list of Data.Singletons.TH, again.
+
 0.9.1
 -----
 
diff --git a/Data/Singletons/TH.hs b/Data/Singletons/TH.hs
--- a/Data/Singletons/TH.hs
+++ b/Data/Singletons/TH.hs
@@ -31,7 +31,7 @@
   cases,
 
   -- * Basic singleton definitions
-  Sing, SingI(..), SingKind(..), KindOf, Demote,
+  Sing(SFalse, STrue), SingI(..), SingKind(..), KindOf, Demote,
   
   -- * Auxiliary definitions
   -- | These definitions might be mentioned in code generated by Template Haskell,
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-singletons 0.9.1
+singletons 0.9.2
 ================
 
 This is the README file for the singletons library. This file contains all the
diff --git a/singletons.cabal b/singletons.cabal
--- a/singletons.cabal
+++ b/singletons.cabal
@@ -1,5 +1,5 @@
 name:           singletons
-version:        0.9.1
+version:        0.9.2
 cabal-version:  >= 1.10
 synopsis:       A framework for generating singleton types
 homepage:       http://www.cis.upenn.edu/~eir/packages/singletons
@@ -27,7 +27,7 @@
 source-repository this
   type:     git
   location: https://github.com/goldfirere/singletons.git
-  tag:      v0.9.1
+  tag:      v0.9.2
 
 library
   build-depends:      
