From 0430182d41c2732c05a5dafd2413e4cfd1624da6 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Thu, 22 Aug 2024 19:34:30 -0400 Subject: [PATCH] added synopsis and category to package details --- abacus.cabal | 2 ++ package.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/abacus.cabal b/abacus.cabal index 471f47f..e025860 100644 --- a/abacus.cabal +++ b/abacus.cabal @@ -6,7 +6,9 @@ cabal-version: 2.2 name: abacus version: 0.0.0 +synopsis: Abacus simulator description: Please see README.md +category: Absurd author: Jonathan Lamothe maintainer: jonathan@jlamothe.net copyright: 2024 Jonathan Lamothe diff --git a/package.yaml b/package.yaml index 32c0ea3..c246dd6 100644 --- a/package.yaml +++ b/package.yaml @@ -10,8 +10,8 @@ extra-source-files: - CHANGELOG.md # Metadata used when publishing your package -# synopsis: Short description of your package -# category: Web +synopsis: Abacus simulator +category: Absurd # To avoid duplicated efforts in documentation and dealing with the # complications of embedding Haddock markup inside cabal files, it is