From f1b13af8a588fdafa146a526603359e7a2a8b10d Mon Sep 17 00:00:00 2001 From: Piyush P Kurur Date: Thu, 1 Feb 2024 12:02:35 +0530 Subject: [PATCH] we do not support ghc < 8 any more. --- raaz.cabal | 4 ---- 1 file changed, 4 deletions(-) diff --git a/raaz.cabal b/raaz.cabal index ad023a32..d5e14ca9 100644 --- a/raaz.cabal +++ b/raaz.cabal @@ -626,10 +626,6 @@ executable raaz build-depends: optparse-applicative >= 0.13.0.0 && < 0.19 , core , raaz - if impl(ghc < 8) - -- 'transformers' needed for "Control.Monad.IO.Class" only - -- starting with base-4.9 we don't need 'transformers' anymore - build-depends: transformers ---------------------------------- Test suit ----------------------------------------------------- common test-defaults