tostring 0.2.1 → 0.2.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~textdep ~utf8-stringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text, utf8-string
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- tostring.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.2.1.1++* Allow utf8-string 1.+ ### 0.2.1 * Add `ToString` instance for `case-insensitive`.
tostring.cabal view
@@ -1,5 +1,5 @@ name: tostring-version: 0.2.1+version: 0.2.1.1 synopsis: The ToString class description: A type class for converting text types to String. license: BSD3@@ -27,4 +27,4 @@ base == 4.* , case-insensitive >= 1.0 && < 1.3 , text >= 0.11 && < 1.3- , utf8-string == 0.3.*+ , utf8-string >= 0.3 && < 1.1