Skip to content

Commit

Permalink
we do not support ghc < 8 any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-kurur committed Feb 1, 2024
1 parent 97e9c57 commit f1b13af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions raaz.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1b13af

Please sign in to comment.