From 7c85063d4899b0e34f6c7f095a759a321d382eb2 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Mon, 18 Oct 2021 09:41:22 -0400 Subject: [PATCH] additional package data --- gemboard.cabal | 4 +++- package.yaml | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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