Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "9.8.4"
- "9.10.2"
- "9.12.2"
- "9.14.1"
exclude:
# These don't work on GitHub CI anymore because they need llvm@13, which became
# disabled on 12/31/2024
Expand Down
5 changes: 3 additions & 2 deletions HaskellNet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Tested-with:
|| ==9.8.4
|| ==9.10.2
|| ==9.12.2
|| ==9.14.1

Extra-Source-Files:
CHANGELOG
Expand Down Expand Up @@ -67,7 +68,7 @@ Library
Network.Mail.Mime

Build-Depends:
base >= 4.3 && < 4.22,
base >= 4.3 && < 4.23,
network >= 2.6.3.1 && < 3.3,
mtl >= 2.2.2 && < 2.4,
bytestring >=0.10.2 && < 0.13,
Expand All @@ -94,6 +95,6 @@ Test-suite imap-parsers
Main-is: IMAPParsersTest.hs
default-language: Haskell2010
Build-Depends:
base >= 4.3 && < 4.22,
base >= 4.3 && < 4.23,
HaskellNet,
HUnit >= 1.6 && < 1.7
Loading