cursedcsv-0.1.4: cursedcsv.cabal
cabal-version: 1.24
Name: cursedcsv
Version: 0.1.4
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:
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-conduit > 0.7, conduit >= 1.2.8 && < 2.0, conduit-extra, vector >=0.12 && < 0.13, bytestring > 0.9, primitive >=0.6.1 && < 0.8
if !os(windows)
Build-depends: unix >= 2.4
ghc-options: -Wall
hs-source-dirs: code
default-language: Haskell2010
source-repository head
type: darcs
location: http://hub.darcs.net/gershomb/cursedcsv