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.
Versions | 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.3.0 && <0.4), base (==4.*), bytestring (>=0.9.1.4 && <0.10), containers (>=0.2.0.1 && <0.5), HUnit, old-time (>=1.0.0.2 && <1.1), QuickCheck (==2.*), template-haskell, test-framework, test-framework-hunit, test-framework-quickcheck2, text (>=0.5 && <0.12), time [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2009-2009 John Goerzen, Copyright (c) 2010-2011 Michael Snoyman |
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 Mon Dec 5 09:22:36 UTC 2011 |
Distributions | NixOS:0.4.0.2 |
Executables | runtests |
Downloads | 7769 total (40 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] Hackage Matrix CI |
Modules
[Index]
Flags
Name | Description | Default | Type |
---|---|---|---|
buildtests | Build the executable to run unit tests | Disabled | Automatic |
nolib | Skip building the library. | Disabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- convertible-text-0.4.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)