name: tsv2csv version: 0.1.0.1 x-revision: 2 synopsis: Convert tsv to csv description: Convert tsv to csv license: BSD3 license-file: LICENSE author: Bob Grudem maintainer: librarymaintainer@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: cabal-version: >=1.10 source-repository head type: git location: http://github.com/mackeyrms/tsv2csv.git 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