summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-02-27 20:37:55 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-02-27 21:00:40 +0100
commitd22a31766d2ecef0baf32fac41518f2f949545d1 (patch)
tree5eb75dc7560b913fe5775d955a5973672c9a1996
parent24925cc58dd8977bff75a4a56d57898db489173a (diff)
Bump dependencies, build with GHC up to 9.12
Changelog: Support for GHC up to 9.12
-rw-r--r--erebos-tester.cabal4
-rw-r--r--src/Run.hs1
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