packages feed

Cabal revisions of cursedcsv-0.1.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                cursedcsv-Version:             0.1.3-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-conduit > 0.7, conduit >= 1.2.8 && < 2.0, conduit-extra, vector >=0.12 && < 0.13, bytestring > 0.9, primitive >=0.6.1 && < 0.7-  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+Name:                cursedcsv
+Version:             0.1.3
+x-revision: 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.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-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
+
+source-repository head
+  type:      darcs
+  location:  http://hub.darcs.net/gershomb/cursedcsv