[Xmonad] Xmonad no longer compile since latest darcs pull

Andrea Rossato mailing_list at istitutocolli.org
Thu Aug 16 01:20:18 EDT 2007


On Thu, Aug 16, 2007 at 03:02:40AM +0000, Xavier Maillard wrote:
> Hello,
> 
> Since my latest darcs pull, my config.hs file refuses to compile with
> this error:
> Config.hs:1:0:
>     Identifier `Config.workspaces' has conflicting definitions in
>  the module and its hs-boot file
> Installing: /tmp/build/xmonad/usr/lib/ghc-6.6.1/site-local/
> xmonad-0.3darcs & /tmp/build/xmonad/usr/bin xmonad-0.2...
> *** Exception: dist/build/xmonad/xmonad: copyFile: does not exist 
> (No such file or directory)
> 
> As I am still not a haskell developer, I do not know what to change :)

Config.hs changed recently. Check if you applied to correct patch to
Config.hs-boot too. specifically test for the presence of a line like
this:
workspaces :: [WorkspaceId]

if, as I suppose, you still have
workspaces :: Int
change it to
workspaces :: [WorkspaceId]

Hope this helps.
Andrea


More information about the Xmonad mailing list