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