Skip to content

Commit 7ac0e51

Browse files
authored
Merge pull request #160 from erikd/master
Support ghc-9.12
2 parents 9429183 + b5ce126 commit 7ac0e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ library
7070
other-extensions: Trustworthy
7171
exposed-modules: Control.Concurrent.Async
7272
Control.Concurrent.Async.Internal
73-
build-depends: base >= 4.3 && < 4.21,
73+
build-depends: base >= 4.3 && < 4.22,
7474
hashable >= 1.1.2.0 && < 1.6,
7575
stm >= 2.2 && < 2.6
7676

0 commit comments

Comments
 (0)