[xmonad] Issue 506 in xmonad: cabal install xmonad-contrib --flags="-use_xft" fails with GHC 7.4.1
codesite-noreply at google.com
codesite-noreply at google.com
Thu May 17 23:32:14 CEST 2012
Status: New
Owner: ----
New issue 506 by nathan.c... at gmail.com: cabal install xmonad-contrib
--flags="-use_xft" fails with GHC 7.4.1
http://code.google.com/p/xmonad/issues/detail?id=506
What steps will reproduce the problem?
1. cabal install xmonad
2. cabal install xmonad-contrib --flags="-use_xft"
What is the expected output? What do you see instead?
Expect it to install, instead I get an error about needing
-XDatatypeContexts.
What version of the product are you using? On what operating system?
xmonad-contrib-0.10 on Ubuntu 11.04 using GHC 7.4.1
Please provide any additional information below.
I can successfully install by adding the suggested GHC option:
cabal install xmonad-contrib --flags="-use_xft"
--ghc-option=-XDatatypeContexts
More information about the xmonad
mailing list