Skip to content

Commit

Permalink
sandwich-contexts-kubernetes: add bound on base
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Feb 4, 2025
1 parent 39c6eea commit 9fc46fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sandwich-contexts-kubernetes/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author: Tom McLaughlin
maintainer: [email protected]
copyright: 2024 Tom McLaughlin
dependencies:
- base
- base >= 4.11 && < 5
- exceptions
- sandwich

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ library
ghc-options: -Wunused-packages -Wall -Wredundant-constraints
build-depends:
aeson
, base
, base >=4.11 && <5
, bytestring
, containers
, exceptions
Expand Down Expand Up @@ -124,7 +124,7 @@ test-suite sandwich-contexts-kubernetes-test
NumericUnderscores
ghc-options: -Wunused-packages -Wall -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
base >=4.11 && <5
, exceptions
, random
, relude
Expand Down

0 comments on commit 9fc46fe

Please sign in to comment.