From d22a31766d2ecef0baf32fac41518f2f949545d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 27 Feb 2025 20:37:55 +0100 Subject: Bump dependencies, build with GHC up to 9.12 Changelog: Support for GHC up to 9.12 --- erebos-tester.cabal | 4 ++-- src/Run.hs | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/erebos-tester.cabal b/erebos-tester.cabal index dee0a24..8846718 100644 --- a/erebos-tester.cabal +++ b/erebos-tester.cabal @@ -100,7 +100,7 @@ executable erebos-tester TypeOperators build-depends: - base ^>= { 4.15, 4.16, 4.17, 4.18, 4.19, 4.20 }, + base ^>= { 4.15, 4.16, 4.17, 4.18, 4.19, 4.20, 4.21 }, bytestring ^>= { 0.10, 0.11, 0.12 }, containers ^>= { 0.6.2.1, 0.7 }, clock ^>= { 0.8.3 }, @@ -116,7 +116,7 @@ executable erebos-tester regex-tdfa ^>=1.3.1.0, scientific >=0.3 && < 0.4, stm ^>= { 2.5.0 }, - template-haskell^>= { 2.17, 2.18, 2.19, 2.20, 2.21, 2.22 }, + template-haskell^>= { 2.17, 2.18, 2.19, 2.20, 2.21, 2.22, 2.23 }, text ^>= { 1.2, 2.0, 2.1 }, th-compat >=0.1 && <0.2, unix >=2.7 && <2.9, diff --git a/src/Run.hs b/src/Run.hs index fcd1d0d..66a097e 100644 --- a/src/Run.hs +++ b/src/Run.hs @@ -9,6 +9,7 @@ import Control.Concurrent import Control.Concurrent.STM import Control.Monad import Control.Monad.Except +import Control.Monad.Fix import Control.Monad.Reader import Data.Map qualified as M -- cgit v1.2.3