packages feed

jacinda 3.1.0.0 → 3.1.0.1

raw patch · 2 files changed

+6/−2 lines, 2 files

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 3.1.0.1++  * Fix package description (.cabal)+ # 3.1.0.0    * Add support for CSV via the `--csv` flag and `:set csv`
jacinda.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               jacinda-version:            3.1.0.0+version:            3.1.0.1 license:            AGPL-3.0-only license-file:       COPYING maintainer:         vamchale@gmail.com@@ -8,7 +8,7 @@ bug-reports:        https://github.com/vmchale/jacinda/issues synopsis:           Functional, expression-oriented data processing language description:-    APL meets AWK. A command-line tool for summarizing and reporting, powered by Rust's [regex](https://docs.rs/regex/regex/) library.+    APL meets AWK. A command-line tool for summarizing and reporting, powered by Rust's [regex](https://docs.rs/regex/) library.  category:           Language, Interpreters, Text, Data build-type:         Simple