mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
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:
parent
bcf3bf6c77
commit
2ba1258cc1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user