cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: composite-cassava
version: 0.0.3.0
synopsis: Csv parsing functionality for composite.
description: Csv parsing functionality for composite.
category: Composite, Csv
author: Daniel Firth
maintainer: dan.firth@homotopic.tech
copyright: Daniel Firth
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
test/data/A.csv
test/data/B.csv
source-repository head
type: git
location: https://gitlab.homotopic.tech/haskell/composite-cassava
library
exposed-modules:
Composite.Csv
other-modules:
Paths_composite_cassava
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, cassava >=0.5.0.0 && <0.6
, composite-base >=0.7.0.0 && <0.8
, text
, unordered-containers
, vector
default-language: Haskell2010
test-suite composite-casssava-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_composite_cassava
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, bytestring
, cassava >=0.5.0.0 && <0.6
, composite-base >=0.7.0.0 && <0.8
, composite-cassava
, tasty
, tasty-hunit
, text
, unordered-containers
, vector
default-language: Haskell2010