From 1211a709dc73bc0ebf7db6031b8e28858d1ffdf0 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Sun, 7 Jul 2024 15:19:54 +0100 Subject: [PATCH] Bump lower bound for base We only test with GHC 8.6+ and the bounds should reflect that. Related: 5d0013ef534d ("ci: Drop support for GHC 8.4") Related: 046f3c3871a7 ("Bump lower bound for base") --- xmonad-contrib.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index f40128b41..838628c29 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -54,7 +54,7 @@ flag pedantic manual: True library - build-depends: base >= 4.11 && < 5, + build-depends: base >= 4.12 && < 5, bytestring >= 0.10 && < 0.13, containers >= 0.5 && < 0.8, directory,