fsh-csv-0.1.0.0: fsh-csv.cabal
-- Initial fsh-csv.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: fsh-csv
version: 0.1.0.0
synopsis: csv parser for fsh
description: This is a csv parser for fsh. To use this parser, use the -p flag and pass 'csv' as argument
license: MIT
license-file: LICENSE
author: iostreamer-X
maintainer: iostreamer007@gmail.com
-- copyright:
category: Distribution
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: FSH_CSV
other-modules: Transform
-- other-extensions:
build-depends: base >=4.8 && <4.9, hint
hs-source-dirs: src
default-language: Haskell2010