updated package description/synopsis

This commit is contained in:
Jonathan Lamothe 2022-04-26 20:16:58 -04:00
parent 3bc1be9eb9
commit af4066d3db
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ cabal-version: 2.2
name: csv-sip name: csv-sip
version: 0.1.0 version: 0.1.0
synopsis: extracts data from a CSV file synopsis: CSV streaming library
description: extracts data from a CSV file - see README.md for more details description: CSV streaming library - see README.md for more details
category: Data category: Data
homepage: https://codeberg.org/jlamothe/csv-sip homepage: https://codeberg.org/jlamothe/csv-sip
bug-reports: https://codeberg.org/jlamothe/csv-sip/issues bug-reports: https://codeberg.org/jlamothe/csv-sip/issues

View File

@ -10,13 +10,13 @@ extra-source-files:
- ChangeLog.md - ChangeLog.md
# Metadata used when publishing your package # Metadata used when publishing your package
synopsis: extracts data from a CSV file synopsis: CSV streaming library
category: Data category: Data
# To avoid duplicated efforts in documentation and dealing with the # To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is # complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file. # 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 homepage: https://codeberg.org/jlamothe/csv-sip
bug-reports: https://codeberg.org/jlamothe/csv-sip/issues bug-reports: https://codeberg.org/jlamothe/csv-sip/issues