AhoCorasick 0.0.1 → 0.0.2
raw patch · 2 files changed
+7/−7 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- AhoCorasick.cabal +1/−1
- Text/AhoCorasick.hs +6/−6
AhoCorasick.cabal view
@@ -1,5 +1,5 @@ name: AhoCorasick-version: 0.0.1+version: 0.0.2 license: BSD3 license-file: LICENSE category: Text
Text/AhoCorasick.hs view
@@ -47,12 +47,12 @@ @ @-('u',[])-('s',[])-('h',[])-('e',[(3,\"she\"),(2,\"he\")])-('r',[])-('s',[(4,\"hers\")])+(\'u\',[])+(\'s\',[])+(\'h\',[])+(\'e\',[(3,\"she\"),(2,\"he\")])+(\'r\',[])+(\'s\',[(4,\"hers\")]) @ -} module Text.AhoCorasick (