mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
Bump lower bound for base
We only test with GHC 8.6+ and the bounds should reflect that. Related:5d0013ef53
("ci: Drop support for GHC 8.4") Related:046f3c3871
("Bump lower bound for base")
This commit is contained in:
@@ -54,7 +54,7 @@ flag pedantic
|
|||||||
manual: True
|
manual: True
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4.11 && < 5,
|
build-depends: base >= 4.12 && < 5,
|
||||||
bytestring >= 0.10 && < 0.13,
|
bytestring >= 0.10 && < 0.13,
|
||||||
containers >= 0.5 && < 0.8,
|
containers >= 0.5 && < 0.8,
|
||||||
directory,
|
directory,
|
||||||
|
Reference in New Issue
Block a user