mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
xmonad.cabal: don't depend on semigroups when building with GHC 8.x
Recent compiler versions have Data.Semigroup in 'base'.
This commit is contained in:
parent
425c3c0872
commit
98f39eabc1
@ -67,8 +67,7 @@ library
|
|||||||
process,
|
process,
|
||||||
unix,
|
unix,
|
||||||
utf8-string >= 0.3 && < 1.1,
|
utf8-string >= 0.3 && < 1.1,
|
||||||
X11>=1.8 && < 1.10,
|
X11>=1.8 && < 1.10
|
||||||
semigroups
|
|
||||||
|
|
||||||
if true
|
if true
|
||||||
ghc-options: -funbox-strict-fields -Wall
|
ghc-options: -funbox-strict-fields -Wall
|
||||||
@ -81,7 +80,7 @@ library
|
|||||||
if flag(testing)
|
if flag(testing)
|
||||||
buildable: False
|
buildable: False
|
||||||
if !impl(ghc > 8)
|
if !impl(ghc > 8)
|
||||||
build-depends: fail
|
build-depends: fail, semigroups
|
||||||
|
|
||||||
executable xmonad
|
executable xmonad
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user