From b5ce126741d70ba053765a5b4e1b6e7a38c83475 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Wed, 30 Oct 2024 13:50:26 +1100 Subject: [PATCH] Support ghc-9.12 Only needed to bump the `base` dependency. --- async.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async.cabal b/async.cabal index e512c74..68286ba 100644 --- a/async.cabal +++ b/async.cabal @@ -70,7 +70,7 @@ library other-extensions: Trustworthy exposed-modules: Control.Concurrent.Async Control.Concurrent.Async.Internal - build-depends: base >= 4.3 && < 4.21, + build-depends: base >= 4.3 && < 4.22, hashable >= 1.1.2.0 && < 1.6, stm >= 2.2 && < 2.6