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: 9965c6d4ff42519dfc6e3d52829094336fff7a92acc8e627bd96036b397111cd name: cassava-generic version: 0.1.0.1 synopsis: Cassave instances for functor-like datatypes like `Either String a`. description: Please see the README on GitHub at category: Data homepage: https://github.com/mjgajda/cassava-generic#readme bug-reports: https://github.com/mjgajda/cassava-generic/issues author: MichaƂ J. Gajda, Gabriel Nogueira Araujo 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