Hi,

I've the same problem here:

➜ ~ cat ~/.xmonad/xmonad.hs

import XMonad

main = xmonad defaultConfig
{ modMask = mod4Mask -- Use Super instead of Alt
    , terminal = "konsole"
}

➜ ~ ghc --make ~/.xmonad/xmonad.hs

/home/goneri/.xmonad/xmonad.hs:2:8:
    Could not find module `XMonad'
    Perhaps you meant
      Monad (needs flag -package haskell98-2.0.0.2)
      CgMonad (needs flag -package ghc-7.6.3)
      DsMonad (needs flag -package ghc-7.6.3)
    Use -v to see a list of the files searched for.

➜ ~ dpkg -l|grep xmonad
ii  libghc-xmonad-contrib-dev                    0.11.3-1+b1                    
   amd64        Extensions to xmonad
ii  libghc-xmonad-dev                            0.11-8                         
   amd64        Lightweight X11 window manager
ii  xmonad                                       0.11-8                         
   amd64        Lightweight X11 window manager written in Haskell

Best regards,
-- 
    Gonéri Le Bouder

Attachment: pgpr1Rkr475Je.pgp
Description: PGP signature

Reply via email to