packages feed

cursedcsv-0.1: cursedcsv.cabal

-- showcsv.cabal auto-generated by cabal init. For additional options,
-- see
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
Name:                cursedcsv
Version:             0.1
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.2

Executable cursedcsv
  Main-is: CursedCSV.hs
  Build-depends: base >= 4 && < 6, unix >= 2.4, 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
  ghc-options:     -Wall
  hs-source-dirs: code

  -- Other-modules:
  -- Build-tools: