name: tsv2csv version: 0.1.0.2 synopsis: Convert tsv to csv description: Convert tab-delimited text to Excel-style comma-delimited. license: BSD3 license-file: LICENSE author: Bob Grudem maintainer: librarymaintainer@mackeycorp.com -- copyright: category: Text build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: git://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