packages feed

composite-cassava-0.0.2.0: composite-cassava.cabal

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.2.0
synopsis:       Csv parsing functionality for composite.
description:    Csv parsing functionality for composite.
category:       Composite, Csv
author:         Daniel Firth
maintainer:     dan.firth@homtopic.tech
copyright:      Daniel Firth
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

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
  default-language: Haskell2010