Skip to content

Commit

Permalink
sandwich-contexts-minio: add license and base bound
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Feb 4, 2025
1 parent 7076b49 commit 5113fc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sandwich-contexts-minio/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: sandwich-contexts-minio
version: 0.1.0.0
synopsis: Sandwich test contexts for MinIO
license: BSD3
description: Please see README.md
author: Tom McLaughlin
maintainer: tom@codedown.io
copyright: 2024 Tom McLaughlin
dependencies:
- base
- base >= 4.11 && < 5
- sandwich >= 0.3.0.3
- unliftio

Expand Down
3 changes: 2 additions & 1 deletion sandwich-contexts-minio/sandwich-contexts-minio.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ description: Please see README.md
author: Tom McLaughlin
maintainer: tom@codedown.io
copyright: 2024 Tom McLaughlin
license: BSD3
build-type: Simple

library
Expand All @@ -37,7 +38,7 @@ library
ghc-options: -Wunused-packages -Wall
build-depends:
aeson
, base
, base >=4.11 && <5
, containers
, exceptions
, filepath
Expand Down

0 comments on commit 5113fc7

Please sign in to comment.