string-convert 1.0.0 → 2.0.0
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- Text/StringConvert.hs +2/−0
- string-convert.cabal +1/−1
Text/StringConvert.hs view
@@ -61,6 +61,8 @@ instance ToString UTF8.ByteString where toString = UTF8.toString +instance ToString LUTF8.ByteString where+ toString = LUTF8.toString -- | Defines conversions between two given stringish types. class StringConvert a b where
string-convert.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: string-convert-version: 1.0.0+version: 2.0.0 synopsis: Provide universal string conversions between any two string-like types -- description: homepage: https://bitbucket.org/tdammers/string-convert