convertible-text: Typeclasses and instances for converting between types
This is a port of John Goerzen's convertible package, intended to distinguish between conversions which are guaranteed to succeed and those which might fail. It uses the attempt package, which in turn uses the failure package, so that this package is fully compatible with the failure framework.
This package currently contains all of the typeclasses and instances for convertible. However, as these features are ported to the convertible package, this package will be left with only the instances for converting to and from text types (String, ByteString (lazy and strict) and Text (lazy and strict).
Be aware that conversions to and from bytestrings assume UTF-8 encoding. If a different encoding is desired, you can use a newtype wrapper and declare an instance of ConvertAttempt
or ConvertSuccess
on it.
The main module to import is Data.Convertible.Text.
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
time_gte_113 | time > 1.1.3 has defined some more instances so omit them here | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- convertible-text-0.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.0, 0.2.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.3.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.3.0.5, 0.3.0.6, 0.3.0.7, 0.3.0.8, 0.3.0.9, 0.3.0.10, 0.4.0, 0.4.0.1, 0.4.0.2 |
---|---|
Dependencies | attempt (>=0.2.0 && <0.3), base (>=4 && <5), bytestring (>=0.9.1.4 && <0.10), containers (>=0.2.0.1 && <0.3), old-time (>=1.0.0.2 && <1.1), safe-failure (>=0.4 && <0.5), text (>=0.5 && <0.6), time (<=1.1.4) [details] |
License | LicenseRef-LGPL |
Copyright | Copyright (c) 2009-2009 John Goerzen |
Author | John Goerzen, Michael Snoyman |
Maintainer | Michael Snoyman <michael@snoyman.com> |
Category | Data, Failure |
Home page | http://github.com/snoyberg/convertible/tree/text |
Uploaded | by MichaelSnoyman at 2009-12-08T20:26:59Z |
Distributions | |
Reverse Dependencies | 8 direct, 1109 indirect [details] |
Downloads | 18158 total (22 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |