From 489c3d0008f67265348e8f3e125d5332279a9e7c Mon Sep 17 00:00:00 2001 From: Vekhir <134215107+Vekhir@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:18:46 +0100 Subject: [PATCH] Support GHC 9.8 Builds fine --- monads-tf/monads-tf.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monads-tf/monads-tf.cabal b/monads-tf/monads-tf.cabal index 4934748..3671dfb 100644 --- a/monads-tf/monads-tf.cabal +++ b/monads-tf/monads-tf.cabal @@ -39,7 +39,7 @@ library Control.Monad.Writer.Lazy Control.Monad.Writer.Strict build-depends: - , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 + , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 , transformers ^>= 0.5.6 || ^>= 0.6 default-extensions: TypeFamilies