-- Initial tsv2csv.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: tsv2csv version: 0.1.0.0 x-revision: 1 synopsis: Convert tsv to csv description: Convert tsv to csv license: BSD3 license-file: LICENSE author: bobgru maintainer: bobgru@mackeycorp.com -- copyright: category: Text build-type: Simple homepage: https://github.com/MackeyRMS/tsv2csv bug-reports: https://github.com/MackeyRMS/tsv2csv/issues -- extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Data.Tsv2csv -- other-modules: -- other-extensions: build-depends: base < 5 , split , HUnit hs-source-dirs: . default-language: Haskell2010 executable tsv2csv main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base < 5 , tsv2csv hs-source-dirs: src default-language: Haskell2010