cassava-generic-0.1.0.0: cassava-generic.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b4f6db6bae8ab8a4834c5ec3bd12d71c696a73772a59b0be938655b6856b11d7
name: cassava-generic
version: 0.1.0.0
synopsis: Cassave instances for functor-like datatypes like `Either String a`.
description: Please see the README on GitHub at <https://github.com/mjgajda/cassava-generics#readme>
category: Data
homepage: https://github.com/mjgajda/cassava-generic#readme
bug-reports: https://github.com/mjgajda/cassava-generic/issues
author: Michał J. Gajda
maintainer: mjgajda@migamake.com
copyright: Migamake '2020
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/mjgajda/cassava-generic
library
exposed-modules:
Data.Csv.GenericInstances
Data.Functor.Identity.Default
other-modules:
Paths_cassava_generic
hs-source-dirs:
src
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, cassava
, data-default
, text
, unordered-containers
, vector
default-language: Haskell2010