diff --git a/Text/Shakespeare/Text.hs b/Text/Shakespeare/Text.hs
--- a/Text/Shakespeare/Text.hs
+++ b/Text/Shakespeare/Text.hs
@@ -11,6 +11,7 @@
     , text
     , textFile
     , textFileDebug
+    , textFileReload
     , st -- | strict text
     , lt -- | lazy text, same as stext :)
     ) where
@@ -80,6 +81,10 @@
 
 
 textFileDebug :: FilePath -> Q Exp
-textFileDebug fp = do
+textFileDebug = textFileReload
+{-# DEPRECATED textFileDebug "Please use textFileReload instead" #-}
+
+textFileReload :: FilePath -> Q Exp
+textFileReload fp = do
     rs <- settings
     shakespeareFileDebug rs fp
diff --git a/shakespeare-text.cabal b/shakespeare-text.cabal
--- a/shakespeare-text.cabal
+++ b/shakespeare-text.cabal
@@ -1,5 +1,5 @@
 name:            shakespeare-text
-version:         0.10.4
+version:         0.10.5
 license:         BSD3
 license-file:    LICENSE
 author:          Greg Weber <greg@gregweber.info>
