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