codehenry / xmonad

Automatically exported from code.google.com/p/xmonad
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by Geoffrey...@gmail.com on 13 Aug 2013 at 7:21

Attachments:

GoogleCodeExporter commented 8 years ago
This will be fixed in the next release. In the meantime you could use 
<http://code.haskell.org/xmonad/man/xmonad.hs> instead.

Original comment by vogt.a...@gmail.com on 13 Aug 2013 at 7:51

GoogleCodeExporter commented 8 years ago
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

Original comment by allber...@gmail.com on 13 Aug 2013 at 7:54

GoogleCodeExporter commented 8 years ago
Thanks guys.

The two-line file worked for me.

Original comment by Geoffrey...@gmail.com on 14 Aug 2013 at 9:00