cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 3e2e13a95a2ac54cbe9cf4471f15aff7a91105973b3bd7b3e4f4c4d0fa3ac13a name: columnar version: 1.0.0.0 synopsis: A CSV toolkit based on cassava and enum-text description: Please see the README on GitHub at category: Text, Web, CSV homepage: https://github.com/cdornan/columnar#readme bug-reports: https://github.com/cdornan/columnar/issues author: Chris Dornan maintainer: chris@chrisdornan.com copyright: 2019 Chris Dornan license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/cdornan/columnar library exposed-modules: Text.Columnar other-modules: Text.Columnar.Types Paths_columnar hs-source-dirs: src ghc-options: -Wall -Wcompat build-depends: base >=4.10 && <10 , bytestring , cassava , containers , enum-text , fmt >=0.4.0.0 , lens , possibly , rio >=0.1.1.0 , template-haskell , text , time , unordered-containers , vector default-language: Haskell2010