From ca1f7c771ce5032a62cdf7155cad0886b294ba8d Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Tue, 26 Oct 2021 11:00:02 -0400 Subject: [PATCH] matching synopsis and description --- gemboard.cabal | 4 ++-- package.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gemboard.cabal b/gemboard.cabal index 9fd980e..bc46426 100644 --- a/gemboard.cabal +++ b/gemboard.cabal @@ -6,8 +6,8 @@ cabal-version: 2.2 name: gemboard version: 0.0.0 -synopsis: Basic gemini message board -description: Please see the README +synopsis: Basic Gemini message board +description: Basic Gemini message board category: Gemini author: Jonathan Lamothe maintainer: jonathan@jlamothe.net diff --git a/package.yaml b/package.yaml index ad39eee..f97bf9f 100644 --- a/package.yaml +++ b/package.yaml @@ -10,13 +10,13 @@ extra-source-files: - ChangeLog.md # Metadata used when publishing your package -synopsis: Basic gemini message board +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 +description: Basic Gemini message board ghc-options: - -Wall