diff --git a/gemboard.cabal b/gemboard.cabal index 02b02e9..5987bb7 100644 --- a/gemboard.cabal +++ b/gemboard.cabal @@ -6,7 +6,9 @@ cabal-version: 2.2 name: gemboard version: 0.0.0 -description: Please see the README on GitHub at +synopsis: Basic gemini message board +description: Please see the README +category: Gemini author: Jonathan Lamothe maintainer: jonathan@jlamothe.net copyright: 2021 Jonathan Lamothe diff --git a/package.yaml b/package.yaml index 7bdd869..f098451 100644 --- a/package.yaml +++ b/package.yaml @@ -10,13 +10,13 @@ extra-source-files: - ChangeLog.md # Metadata used when publishing your package -# synopsis: Short description of your package -# category: Web +synopsis: Basic gemini message board +category: Gemini # 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: Please see the README on GitHub at +description: Please see the README ghc-options: - -Wall