packages feed

shakespeare-text 0.10.4 → 0.10.5

raw patch · 2 files changed

+7/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Text.Shakespeare.Text: textFileReload :: FilePath -> Q Exp

Files

Text/Shakespeare/Text.hs view
@@ -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
shakespeare-text.cabal view
@@ -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>