mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-18 19:10:21 -07:00
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")
This commit is contained in:
parent
55f4c4ff1b
commit
1211a709dc
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user