diff --git a/csv-sip.cabal b/csv-sip.cabal index 17d2832..30408ad 100644 --- a/csv-sip.cabal +++ b/csv-sip.cabal @@ -9,6 +9,8 @@ version: 0.0.0 synopsis: extracts data from a CSV file description: extracts data from a CSV file - see README.md for more details category: Data +homepage: https://codeberg.org/jlamothe/csv-sip +bug-reports: https://codeberg.org/jlamothe/csv-sip/issues author: Jonathan Lamothe maintainer: jonathan@jlamothe.net copyright: (C) 2022 Jonathan Lamothe diff --git a/package.yaml b/package.yaml index 8ec1ac4..6be48a9 100644 --- a/package.yaml +++ b/package.yaml @@ -17,6 +17,8 @@ category: Data # 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 +homepage: https://codeberg.org/jlamothe/csv-sip +bug-reports: https://codeberg.org/jlamothe/csv-sip/issues ghc-options: - -Wall