packages feed

attoparsec-csv-0.1.0.1: attoparsec-csv.cabal

name:                attoparsec-csv
version:             0.1.0.1
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 <me@robinbb.com>
maintainer:          Robin Bate Boerop <me@robinbb.com>
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.7
               , text
               , attoparsec   
  exposed-modules: Text.ParseCSV
  ghc-options: -O3 -Wall

source-repository head
  type: Git
  location: https://github.com/robinbb/attoparsec-csv.git