Issue 553 in xmonad: Error: xmonad.hs:132:64: Not in scope: `help'

Status: New Owner: ---- New issue 553 by Geoffrey...@gmail.com: Error: xmonad.hs:132:64: Not in scope: `help' http://code.google.com/p/xmonad/issues/detail?id=553 What steps will reproduce the problem? 1. Start a new XMonad session or run 'xmonad --recompile'. What is the expected output? What do you see instead? An XMonad session should be started, or the compilation should be successfull. What version of the product are you using? On what operating system? Version 0.11 on Arch Linux. Are you using an xmonad.hs? Please attach it and the output of "xmonad --recompile". Yes, the default xmonad.hs file, copied from /usr/share/xmonad-0.11/man to ~/.xmonad. Please provide any additional information below. Attachments: xmonad.hs 9.5 KB xmonad.errors 40 bytes -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings

Updates: Status: Fixed Comment #1 on issue 553 by vogt.a...@gmail.com: Error: xmonad.hs:132:64: Not in scope: `help' http://code.google.com/p/xmonad/issues/detail?id=553 This will be fixed in the next release. In the meantime you could use http://code.haskell.org/xmonad/man/xmonad.hs instead. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings

Comment #2 on issue 553 by allber...@gmail.com: Error: xmonad.hs:132:64: Not in scope: `help' http://code.google.com/p/xmonad/issues/detail?id=553 Actually I recommend not using that file for anything but reading. In particular, if you use it as your xmonad.hs then you are likely to encounter problems or not see the effect of future bug fixes. It is an example for reading only. (Possibly we should add something to it to force an error if someone blindly uses it as a config.) A proper default xmonad.hs is two lines: import XMonad main = xmonad defaultConfig -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings

Comment #3 on issue 553 by Geoffrey...@gmail.com: Error: xmonad.hs:132:64: Not in scope: `help' http://code.google.com/p/xmonad/issues/detail?id=553 Thanks guys. The two-line file worked for me. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com