-
Notifications
You must be signed in to change notification settings - Fork 2
/
attoparsec-csv.cabal
27 lines (25 loc) · 999 Bytes
/
attoparsec-csv.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: attoparsec-csv
version: 0.1.1.0
synopsis: A parser for CSV files that uses Attoparsec
description: An APLv2-licensed Attoparsec-based parser library for
comma-separated values (CSV) files.
(http://www.ietf.org/rfc/rfc4180.txt)
homepage: https://github.com/robinbb/attoparsec-csv
license: OtherLicense
license-file: LICENSE-2.0.txt
author: Robin Bate Boerop <[email protected]>
maintainer: Robin Bate Boerop <[email protected]>
bug-reports: https://github.com/robinbb/attoparsec-csv/issues
category: Text
build-type: Simple
cabal-version: >=1.8
extra-source-files: README.md
library
build-depends: base >= 4.5 && < 4.10
, text
, attoparsec
exposed-modules: Text.ParseCSV
ghc-options: -O3 -Wall
source-repository head
type: Git
location: https://github.com/robinbb/attoparsec-csv.git