sandwich-contexts-kubernetes: fix test build

This commit is contained in:
thomasjm 2024-09-10 13:40:48 -07:00
parent cba2f10585
commit 8b8b252075
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ maintainer: tom@codedown.io
copyright: 2024 Tom McLaughlin
dependencies:
- base
- exceptions
- sandwich
default-extensions:
@ -52,7 +53,6 @@ library:
- sandwich-contexts
- sandwich-contexts-minio
- containers
- exceptions
- filepath
- hostname
- http-client

View File

@ -126,6 +126,7 @@ test-suite sandwich-contexts-kubernetes-test
ghc-options: -Wunused-packages -Wall -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, exceptions
, random
, relude
, sandwich