cursedcsv-0.1.2: cursedcsv.cabal
Name: cursedcsv
Version: 0.1.2
Synopsis: Terminal tool for viewing tabular data
Description: Curses-based tool for quick display, searching, sorting, etc. of
tabular data. Help available in the app with either '?' or 'h'.
License: BSD3
License-file: LICENSE
Author: Gershom Bazerman, Jeff Polakow
Maintainer: gershomb@gmail.com
-- Copyright:
Category: Application
Build-type: Simple
-- Extra-source-files:
Cabal-version: >=1.6
Executable cursedcsv
Main-is: CursedCSV.hs
Build-depends: base >= 4 && < 6, parseargs >= 0.1.3, natural-sort >= 0.1.1,
hscurses >= 1.4, regex-tdfa >= 1.1.8, safe >= 0.3, mtl >= 2,
csv-enumerator > 0.9, enumerator >= 0.4, bytestring > 0.9
if !os(windows)
Build-depends: unix >= 2.4
ghc-options: -Wall
hs-source-dirs: code
source-repository head
type: darcs
location: http://hub.darcs.net/gershomb/cursedcsv