
On 10/18/07, Devin Mullins
Wed Oct 17 22:16:51 EDT 2007 Devin Mullins
* change 0/1/3 to named states, per X11-extras darcs head
States' definitions were not included somehow. ------- Building xmonad-0.4... [ 4 of 17] Compiling Config[boot] ( Config.hs-boot, nothing ) [ 5 of 17] Compiling Operations ( Operations.hs, dist/build/xmonad/xmonad-tmp/Operations.o ) Operations.hs:80:17: Not in scope: `withdrawnState' Operations.hs:189:17: Not in scope: `iconicState' Operations.hs:199:17: Not in scope: `normalState' ------- These definitions are in X11-extras/Graphics/X11/Xlib/Extras.hsc but not in Extras.hs => they were not imported into my Operations.hs. I use up-to-date darcs version of X11-extras. Is there a simple way to fix this situation? (Meanwhile, I revert the patch.) Thank you! -- vvv