text-manipulate 0.1.2 → 0.1.2.1
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- src/Data/Text/Manipulate.hs +2/−2
- text-manipulate.cabal +1/−1
src/Data/Text/Manipulate.hs view
@@ -84,8 +84,8 @@ -- $strict -- This library provides functions for manipulating both strict and lazy Text types.--- The strict functions are provided by the "Data.Text.Case" module, while the lazy--- functions are provided by the "Data.Text.Lazy.Case" module.+-- The strict functions are provided by the "Data.Text.Manipulate" module, while the lazy+-- functions are provided by the "Data.Text.Lazy.Manipulate" module. -- $unicode -- While this library supports Unicode in a similar fashion to the
text-manipulate.cabal view
@@ -1,5 +1,5 @@ name: text-manipulate-version: 0.1.2+version: 0.1.2.1 synopsis: Case conversion, word boundary manipulation, and textual subjugation. homepage: https://github.com/brendanhay/text-manipulate license: OtherLicense