diff --git a/choice.cabal b/choice.cabal
--- a/choice.cabal
+++ b/choice.cabal
@@ -1,5 +1,5 @@
 name:                choice
-version:             0.2.4
+version:             0.2.4.1
 synopsis:            A solution to boolean blindness.
 description:         Please see README.md.
 homepage:            https://github.com/mboes/choice#readme
diff --git a/src/Data/Choice.hs b/src/Data/Choice.hs
--- a/src/Data/Choice.hs
+++ b/src/Data/Choice.hs
@@ -53,6 +53,8 @@
   -- * Conversion
   , fromBool
   , toBool
+  , isFalse
+  , isTrue
   , choice
   -- * Choice aliases
   , pattern Do
