mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Merge pull request #370 from felixonmars/patch-1
Depend on semigroups only on GHC < 8.0
This commit is contained in:
commit
51bc4f8c2f
@ -66,8 +66,9 @@ library
|
||||
unix,
|
||||
X11>=1.6.1 && < 1.10,
|
||||
xmonad >= 0.15 && < 0.16,
|
||||
utf8-string,
|
||||
semigroups
|
||||
utf8-string
|
||||
if impl(ghc < 8.0)
|
||||
build-depends: semigroups
|
||||
|
||||
if flag(use_xft)
|
||||
build-depends: X11-xft >= 0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user