text-manipulate 0.1.3 → 0.1.3.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~criterionPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: criterion
API changes (from Hackage documentation)
Files
- bench/Main.hs +1/−1
- text-manipulate.cabal +2/−2
bench/Main.hs view
@@ -18,7 +18,7 @@ import Data.Monoid import Data.Text (Text) import qualified Data.Text as Text-import Data.Text.Case+import Data.Text.Manipulate main :: IO () main = defaultMain
text-manipulate.cabal view
@@ -1,5 +1,5 @@ name: text-manipulate-version: 0.1.3+version: 0.1.3.1 synopsis: Case conversion, word boundary manipulation, and textual subjugation. homepage: https://github.com/brendanhay/text-manipulate license: OtherLicense@@ -57,7 +57,7 @@ build-depends: base- , criterion >= 1.0.0.2 && < 1.1+ , criterion >= 1.0.0.2 , text-manipulate , text