cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: megaparsec-csv version: 0.1 synopsis: A megaparsec library for CSV files. description: A Simple megaparsec library for parsing CSV data with optional escape characters. category: Parsing homepage: https://github.com/noahmartinwilliams/megaparsec-csv#readme bug-reports: https://github.com/noahmartinwilliams/megaparsec-csv/issues author: Noah Martin Williams maintainer: noahmartinwilliams@gmail.com copyright: GPL license: BSD-3-Clause license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/noahmartinwilliams/megaparsec-csv library exposed-modules: Text.Megaparsec.CSV other-modules: Paths_megaparsec_csv autogen-modules: Paths_megaparsec_csv hs-source-dirs: src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints build-depends: base >=4.7 && <5 , megaparsec >=9.6 && <10 default-language: Haskell2010