regex-tdfa-text 1.0.0.1 → 1.0.0.2
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
- Text/Regex/TDFA/Text.hs +1/−1
- Text/Regex/TDFA/Text/Lazy.hs +1/−1
- regex-tdfa-text.cabal +1/−1
Text/Regex/TDFA/Text.hs view
@@ -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
Text/Regex/TDFA/Text/Lazy.hs view
@@ -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
regex-tdfa-text.cabal view
@@ -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. .