From 1d3da93dad6410b2416c1cf3ba1fe19887ccf5f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 18 Apr 2024 20:58:12 +0200 Subject: Relax template-haskell lower bound to compile with GHC 9.0 --- erebos.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erebos.cabal b/erebos.cabal index 9dfd580..7bbb9aa 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -185,7 +185,7 @@ executable erebos mtl, network, process >=1.6 && <1.7, - template-haskell >=2.18 && <2.22, + template-haskell >=2.17 && <2.22, text, time, transformers >= 0.5 && <0.7, -- cgit v1.2.3