From 1cf94d9cd43378ac6816477b4b54cb043d4f31a2 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 15 Aug 2023 13:34:23 -0400
Subject: [PATCH] package synopsis and description

---
 tahoe-capabilities.cabal | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/tahoe-capabilities.cabal b/tahoe-capabilities.cabal
index 4b684a6..063c604 100644
--- a/tahoe-capabilities.cabal
+++ b/tahoe-capabilities.cabal
@@ -24,10 +24,13 @@ name:            tahoe-capabilities
 version:         0.1.0.0
 
 -- A short (one-line) description of the package.
--- synopsis:
+synopsis:        Abstractions related to Tahoe-LAFS "capabilities".
 
 -- A longer description of the package.
--- description:
+description:
+  Tahoe-LAFS LIT, CHK, SDMF, and MDMF capabilities offer varying functionality
+  for interacting with encrypted data.  This library provides abstractions for
+  functionality common to all of these capability types.
 
 -- URL for the project homepage or repository.
 homepage:
-- 
GitLab