mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-30 10:23:47 -07:00
xmonad.cabal: require at least base version 4.9
We need GHC 8.x and beyond for Data.Semigroup, Control.Monad.Fail, etc.
This commit is contained in:
@@ -71,7 +71,7 @@ library
|
|||||||
XMonad.StackSet
|
XMonad.StackSet
|
||||||
other-modules: Paths_xmonad
|
other-modules: Paths_xmonad
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
build-depends: base >= 4.6 && < 5
|
build-depends: base >= 4.9 && < 5
|
||||||
, X11 >= 1.8 && < 1.10
|
, X11 >= 1.8 && < 1.10
|
||||||
, containers
|
, containers
|
||||||
, data-default
|
, data-default
|
||||||
|
Reference in New Issue
Block a user