text-convert 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+5/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- src/text-convert/Text/Convert.hs +1/−1
- text-convert.cabal +3/−3
README.md view
@@ -1,7 +1,7 @@ # text-convert Convert between various types representing textual data. This library differs-from the similar 'string-conversions' library in that this library exports class+from the similar `string-conversions` library in that this library exports class methods that are monomorphic in their return type. This enhances readability and aids type inference.
src/text-convert/Text/Convert.hs view
@@ -1,4 +1,4 @@-{- | Convert between various textual representation.+{- | Convert between various textual representations. This module exports seven one-method type classes. The methods are designed to be input-type polymorphic and output-type monomorphic, to aid with
text-convert.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 name: text-convert-version: 0.1.0.0+version: 0.1.0.1 category: Data-synopsis: Convert between various textual representation.+synopsis: Convert between various textual representations. description: Convert between various types representing textual data. This library differs- from the similar 'string-conversions' library in that this library exports+ from the similar string-conversions library in that this library exports class methods that are monomorphic in their return type. This enhances readability and aids type inference.