Bump lower bound for base

We only test with GHC 8.6+ and the bounds should reflect that.

Related: a16541b834b5 ("ci: Drop support for GHC 8.4")
Related: 2e89e5ed23b4 ("Bump lower bound for base")
This commit is contained in:
Tomas Janousek 2024-07-07 15:06:47 +01:00
parent bcf3bf6c77
commit 2ba1258cc1

View File

@ -65,7 +65,7 @@ library
XMonad.StackSet
other-modules: Paths_xmonad
hs-source-dirs: src
build-depends: base >= 4.11 && < 5
build-depends: base >= 4.12 && < 5
, X11 >= 1.10 && < 1.11
, containers
, data-default-class