Bump lower bound for base

We only test with GHC 8.4+ so it's unlikely this builds with older base
(Semigroup stuff …).
This commit is contained in:
Tomas Janousek
2021-10-24 14:07:50 +01:00
parent 0ebedbb533
commit 2e89e5ed23

View File

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