BSD-3-Clause licensed  by George Wilson 
This version can be pinned in stack with:sv-core-0.3.1@sha256:b51da2c89dde229726a8e7fdd7cd05e52f0acd178743e44233ee41e3fddafdab,4003
Module documentation for 0.3.1 
DataData.SvData.Sv.Decode
 
Data.Sv.Encode
 
Data.Sv.Structure
 
 
 
Depends on 21 packages
(full list with versions ) :
attoparsec , 
base , 
bifunctors , 
bytestring , 
containers , 
contravariant , 
deepseq , 
lens , 
mtl , 
parsec , 
profunctors , 
readable , 
semigroupoids , 
semigroups , 
text , 
transformers , 
trifecta , 
utf8-string , 
validation , 
vector , 
void 
sv-core is the decoding and encoding for the
sv  CSV library. This is split
off into its own package so that one swap out sv's parser without incurring
a dependency on the default parser
(hw-dsv )
For an example, see sv-cassava 
Revision history for sv-core 
0.3.1 – 2019-01-04 
Add read and read' decoders 
 
0.3 – 2018-09-26 
Re-release 0.2.2 as 0.3 due to a change in error messages that
broke sv’s tests 
 
0.2.2 – 2018-08-23 
Add rational and withTextReadable.
rational can be more accurate than double but is slower. 
 
0.2.1 – 2018-08-10 
Add column-name-based encoding. NameEncode, NameEncode’, and
related functions 
 
0.2 – 2018-07-25 
Add column-name-based decoding NameDecode, NameDecode’, and associated
functions such as ‘column’. 
Add some extra constructors to DecodeError for new errors 
 
0.1 – 2018-07-19 
Stackage is a service provided by the
Haskell Foundation 
│ Originally developed by
FP Complete