From af4066d3dbb781c917937f1453450bf25d16d80f Mon Sep 17 00:00:00 2001 From: Jonathan Laothe Date: Tue, 26 Apr 2022 20:16:58 -0400 Subject: [PATCH] updated package description/synopsis --- csv-sip.cabal | 4 ++-- package.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/csv-sip.cabal b/csv-sip.cabal index 6a9219c..e6977e0 100644 --- a/csv-sip.cabal +++ b/csv-sip.cabal @@ -6,8 +6,8 @@ cabal-version: 2.2 name: csv-sip version: 0.1.0 -synopsis: extracts data from a CSV file -description: extracts data from a CSV file - see README.md for more details +synopsis: CSV streaming library +description: CSV streaming library - see README.md for more details category: Data homepage: https://codeberg.org/jlamothe/csv-sip bug-reports: https://codeberg.org/jlamothe/csv-sip/issues diff --git a/package.yaml b/package.yaml index dc6e1b3..4dcdf3d 100644 --- a/package.yaml +++ b/package.yaml @@ -10,13 +10,13 @@ extra-source-files: - ChangeLog.md # Metadata used when publishing your package -synopsis: extracts data from a CSV file +synopsis: CSV streaming library category: Data # To avoid duplicated efforts in documentation and dealing with the # complications of embedding Haddock markup inside cabal files, it is # common to point users to the README.md file. -description: extracts data from a CSV file - see README.md for more details +description: CSV streaming library - see README.md for more details homepage: https://codeberg.org/jlamothe/csv-sip bug-reports: https://codeberg.org/jlamothe/csv-sip/issues