Skip to content

Commit

Permalink
Add bounds for async
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Oct 4, 2024
1 parent 5f051b5 commit 1680dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluefin-internal/bluefin-internal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ library
default-language: Haskell2010
hs-source-dirs: src
build-depends:
async,
async >= 2.2 && < 2.3,
base >= 4.12 && < 4.21,
unliftio-core < 0.3,
transformers < 0.7,
Expand Down

0 comments on commit 1680dba

Please sign in to comment.