diff --git a/Text/Regex/TDFA/Text.hs b/Text/Regex/TDFA/Text.hs
--- a/Text/Regex/TDFA/Text.hs
+++ b/Text/Regex/TDFA/Text.hs
@@ -8,7 +8,7 @@
 Portability :  GHC (uses text)
 
 This modules provides 'RegexMaker' and 'RegexLike' instances for using
-'Text' with the DFA backend ("Text.Regex.TDFA.NewDFA.Engine" and
+'Text' with the TDFA backend ("Text.Regex.TDFA.NewDFA.Engine" and
 "Text.Regex.TDFA.NewDFA.Tester"). 
 
 This exports instances of the high level API and the medium level
diff --git a/Text/Regex/TDFA/Text/Lazy.hs b/Text/Regex/TDFA/Text/Lazy.hs
--- a/Text/Regex/TDFA/Text/Lazy.hs
+++ b/Text/Regex/TDFA/Text/Lazy.hs
@@ -8,7 +8,7 @@
 Portability :  GHC (uses text)
 
 This modules provides 'RegexMaker' and 'RegexLike' instances for using
-'Text' with the DFA backend ("Text.Regex.TDFA.NewDFA.Engine" and
+'Text' with the TDFA backend ("Text.Regex.TDFA.NewDFA.Engine" and
 "Text.Regex.TDFA.NewDFA.Tester"). 
 
 This exports instances of the high level API and the medium level
diff --git a/regex-tdfa-text.cabal b/regex-tdfa-text.cabal
--- a/regex-tdfa-text.cabal
+++ b/regex-tdfa-text.cabal
@@ -1,6 +1,6 @@
 name:                regex-tdfa-text
 Cabal-Version:       >= 1.6
-version:             1.0.0.1
+version:             1.0.0.2
 synopsis:            Text interface for regex-tdfa
 description:         This provides text interface for regex-tdfa.
                      .
