[xmonad] darcs patch: Add more warnings when compiling configs.

Adam Vogt vogt.adam at gmail.com
Wed Oct 14 20:14:37 EDT 2009


Wed Oct 14 19:53:36 EDT 2009  Adam Vogt <vogt.adam at gmail.com>
  * Add more warnings when compiling configs.
  
  -fwarn-hi-shadowing helps will give some idea where to start when somebody
  tries to write a variation of an existing contrib module and runs into trouble
  when ghc doesn't consider the types in ~/.xmonad/lib/XMonad/Blah.hs to be the
  same as the one defined in contrib XMonad.Blah.
  
  -W is primarily there to help track down errors that happen when users define
  something in their config but end up not using it.
  
  These warnings aren't presented via xmessage unless there is a different error,
  but they show up in ~/.xmonad/xmonad.errors
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 9140 bytes
Desc: A darcs patch for your repository!
Url : http://www.haskell.org/pipermail/xmonad/attachments/20091014/878eeb8e/attachment.bin


More information about the xmonad mailing list