
30 Dec
2012
30 Dec
'12
5:44 p.m.
Hello Adam, adam vogt wrote:
On Sun, Dec 30, 2012 at 4:35 PM, Frank Terbeck
wrote: xmonad --recompile Error detected while loading xmonad configuration file: /home/hawk/.xmonad/xmonad.hs
lib/XMonad/Config/FT/Layouts.hs:19:23: No instance for (XMonad.Layout.LayoutModifier.LayoutModifier FullscreenFull a0) [...] All your type errors involve some type variables like `a0' above that eventually become Window when the definition is used in your config. You could try adding {-# LANGUAGE NoMonomorphismRestriction #-} to the top of lib/XMonad/Config/FT/Layouts.hs. I think that will stop ghc from trying to fix a given `a0' when compiling your Layouts.hs
This fixed it. Thanks a lot! :-) Regards, Frank