Skip to content

Commit

Permalink
sandwich-contexts: add bound on base
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 3, 2024
1 parent 9fd7f64 commit 523d392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sandwich-contexts/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
- sandwich >= 0.3.0.0
- unliftio

Expand Down
4 changes: 2 additions & 2 deletions sandwich-contexts/sandwich-contexts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ library
build-depends:
HTTP
, aeson
, base
, base >=4.11 && <5
, conduit
, conduit-extra
, containers
Expand Down Expand Up @@ -117,7 +117,7 @@ test-suite tests
build-tool-depends:
sandwich:sandwich-discover
build-depends:
base
base >=4.11 && <5
, filepath
, postgresql-simple
, relude
Expand Down

0 comments on commit 523d392

Please sign in to comment.