From a441461859d5e28508980707205db13ba9b53161 Mon Sep 17 00:00:00 2001 From: Micha Riedlinger Date: Thu, 29 Jan 2026 14:11:50 +0100 Subject: [PATCH] set max dependency version to next major version, to avoid broken build --- rapid.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rapid.cabal b/rapid.cabal index 51f5ba7..cd36c4e 100644 --- a/rapid.cabal +++ b/rapid.cabal @@ -43,11 +43,11 @@ source-repository head library build-depends: - async >= 2.1 && < 2.3, - base >= 4.8 && < 4.20, - containers >= 0.5 && < 0.8, + async >= 2.1 && < 3, + base >= 4.8 && < 5, + containers >= 0.5 && < 1, foreign-store == 0.2.*, - stm >= 2.4 && < 2.7 + stm >= 2.4 && < 3 default-language: Haskell2010 ghc-options: -W exposed-modules: