table-0.1.0.0: table.cabal
-- Initial table.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: table
version: 0.1.0.0
synopsis: Simple tool to generate tables from DSV input
-- description:
homepage: https://github.com/danchoi/table
license: MIT
license-file: LICENSE
author: Daniel Choi
maintainer: dhchoi@gmail.com
-- copyright:
category: Text
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable table
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.8
, optparse-applicative
, split >=0.2
, process
, csv >= 0.1.0
-- hs-source-dirs:
default-language: Haskell2010