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:
Peter Simons 2018-08-20 14:06:32 +02:00
parent 120ebce490
commit 49c69fa73b

View File

@ -71,7 +71,7 @@ library
XMonad.StackSet
other-modules: Paths_xmonad
hs-source-dirs: src
build-depends: base >= 4.6 && < 5
build-depends: base >= 4.9 && < 5
, X11 >= 1.8 && < 1.10
, containers
, data-default