./textproc/hs-cassava, CSV parsing and encoding library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5.3.2nb1, Package name: hs-cassava-0.5.3.2nb1, Maintainer: pkgsrc-users

cassava is a library for parsing and encoding RFC 4180 compliant
comma-separated values (CSV) data, which is a textual line-oriented
format commonly used for exchanging tabular data.

cassava's API includes support for

- Index-based record-conversion
- Name-based record-conversion
- Typeclass directed conversion of fields and records
- Built-in field-conversion instances for standard types
- Customizable record-conversion instance derivation via GHC generics
- Low-level bytestring builders (see "Data.Csv.Builder")
- Incremental decoding and encoding API (see "Data.Csv.Incremental")
- Streaming API for constant-space decoding (see "Data.Csv.Streaming")


Required to run:
[devel/hs-hashable] [devel/hs-vector] [devel/hs-unordered-containers] [math/hs-scientific] [textproc/hs-attoparsec] [textproc/hs-text-short] [devel/hs-Only] [lang/ghc94]

Master sites:

Filesize: 36.856 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-30 06:39:44 by Masatake Daimon | Files touched by this commit (3) | Package updated
Log message:
textproc/hs-cassava: update to cassava-0.5.3.2

## Version 0.5.3.2

 * Proper exception on hanging doublequote ([PR \ 
#222](https://github.com/haskell-hvr/cassava/pull/222)).
 * Allow latest `hashable`.
 * Build tested with GHC 8.0 - 9.10.1.
 * Functionality tested with GHC 8.4 - 9.10.1.
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-05-01 16:22:36 by Masatake Daimon | Files touched by this commit (4)
Log message:
textproc/hs-cassava: Update to 0.5.3.1

Version 0.5.3.1

    Remove support for GHC 7.
    Remove cabal flag bytestring--LT-0_10_4 and support for bytestring < 0.10.4.
    Tested with GHC 8.0 - 9.10 alpha3
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-30 04:06:44 by Masatake Daimon | Files touched by this commit (2)
Log message:
textproc/hs-cassava: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2022-08-22 12:39:13 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
hs-cassava: update to 0.5.3.0.

## Version 0.5.3.0

 * Improve error messages for `lookup` and NamedRecord parsers (#197)
 * Fix bug (infinite loop) in `FromField Const` instance (#185)
 * Turn flag `bytestring--LT-0_10_4` off by default (#183)
 * Doc: Add cassava usage example of reading/writing to file (#97)
 * Update to latest version of dependencies (#190, #193, #199)
 * Tested with GHC 7.4 - 9.4 (#184, #204)