From 9fd7f64f7d2f019c6d26be9b1b306d74fc7814de Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Sat, 2 Nov 2024 21:40:21 -0700 Subject: [PATCH] sandwich-contexts: update cabal metadata --- sandwich-contexts/package.yaml | 5 +++-- sandwich-contexts/sandwich-contexts.cabal | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sandwich-contexts/package.yaml b/sandwich-contexts/package.yaml index 962cc959..926f93e1 100644 --- a/sandwich-contexts/package.yaml +++ b/sandwich-contexts/package.yaml @@ -1,7 +1,8 @@ name: sandwich-contexts version: 0.3.0.0 -synopsis: Sandwich test contexts -description: Please see README.md +synopsis: Contexts for the Sandwich test library +license: BSD3 +description: Please see the . author: Tom McLaughlin maintainer: tom@codedown.io copyright: 2024 Tom McLaughlin diff --git a/sandwich-contexts/sandwich-contexts.cabal b/sandwich-contexts/sandwich-contexts.cabal index 4b600ce5..d0023af9 100644 --- a/sandwich-contexts/sandwich-contexts.cabal +++ b/sandwich-contexts/sandwich-contexts.cabal @@ -6,11 +6,12 @@ cabal-version: 1.12 name: sandwich-contexts version: 0.3.0.0 -synopsis: Sandwich test contexts -description: Please see README.md +synopsis: Contexts for the Sandwich test library +description: Please see the . author: Tom McLaughlin maintainer: tom@codedown.io copyright: 2024 Tom McLaughlin +license: BSD3 build-type: Simple library