From b455b9a68323d0faf3960a10d7846da520c9765c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 8 Aug 2024 20:24:02 +0200 Subject: Bump dependencies for GHC 9.10 Changelog: Support GHC 9.10 --- erebos.cabal | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'erebos.cabal') diff --git a/erebos.cabal b/erebos.cabal index 3061da8..347d785 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -54,7 +54,7 @@ common common -Wno-error=unused-imports build-depends: - base >=4.13 && <4.20, + base ^>= { 4.15, 4.16, 4.17, 4.18, 4.19, 4.20 }, default-extensions: DefaultSignatures @@ -116,7 +116,6 @@ library Erebos.Storage.Internal other-modules: Erebos.Flow - Erebos.Storage.List Erebos.Storage.Platform Erebos.Util @@ -195,7 +194,7 @@ executable erebos mtl, network, process >=1.6 && <1.7, - template-haskell >=2.17 && <2.22, + template-haskell ^>= { 2.17, 2.18, 2.19, 2.20, 2.21, 2.22 }, text, time, transformers >= 0.5 && <0.7, -- cgit v1.2.3