Skip to content

Commit

Permalink
Test GHC 9.12, support base < 4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Dec 23, 2024
1 parent 38f02b5 commit 7b1c986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- "9.6.3"
- "9.8.1"
- "9.10.1"
- "9.12.1"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion bluefin-internal/bluefin-internal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ library
hs-source-dirs: src
build-depends:
async >= 2.2 && < 2.3,
base >= 4.12 && < 4.21,
base >= 4.12 && < 4.22,
unliftio-core < 0.3,
transformers < 0.7,
transformers-base < 0.5,
Expand Down

0 comments on commit 7b1c986

Please sign in to comment.