mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
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:
parent
8edc8ab789
commit
046f3c3871
@ -49,7 +49,7 @@ flag pedantic
|
|||||||
manual: True
|
manual: True
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4.9 && < 5,
|
build-depends: base >= 4.11 && < 5,
|
||||||
bytestring >= 0.10 && < 0.12,
|
bytestring >= 0.10 && < 0.12,
|
||||||
containers >= 0.5 && < 0.7,
|
containers >= 0.5 && < 0.7,
|
||||||
directory,
|
directory,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user