gnu: ghc-xmonad-contrib: Fix build.

* gnu/packages/wm.scm (ghc-xmonad-contrib)[inputs]: Add ghc-semigroups.
master
宋文武 2018-09-30 19:44:25 +08:00 committed by Ricardo Wurmus
parent c95908bb03
commit f0bce3a758
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -563,6 +563,7 @@ Haskell, no knowledge of the language is required to install and use it.")
("ghc-random" ,ghc-random)
("ghc-utf8-string" ,ghc-utf8-string)
("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
("ghc-semigroups", ghc-semigroups)
("ghc-x11" ,ghc-x11)
("ghc-x11-xft" ,ghc-x11-xft)
("xmonad" ,xmonad)))