Works. Thanks.
A relevant comment in README may be in order...
Donald Bruce Stewart wrote:
avi.rozen:Hi, I'm having problems compiling xmonad (see attached log) from the darcs repository (for reference I got it byThanks for the detailed bug report! I wish all were this thorough.darcs get --partial [1]http://darcs.haskell.org/~sjanssen/xmonad)Almost all build problems with the darcs repo (all?) are due to not using the darcs version of X11-extras. Grab that from: darcs get --partial http://darcs.haskell.org/~sjanssen/X11-extrasThe current official snapshot (from [2]http://hackage.haskell.org/cgi-bin/hackage-scripts/packag e/xmonad-0.2 ) compiles and runs on the same machine: debian "lenny" - the output of ghc-pkg list is /usr/lib/ghc-6.6/package.conf: Cabal-1.1.6, base-2.0, (ghc-6.6), haskell98-1.0, mtl-1.0, parsec-2.0, readline-1.0, regex-base-0.71, regex-compat-0.71, regex-posix-0.71, rts-1.0, stm-2.0, template-haskell-2.0, unix-1.0 /home/avrozen/.ghc/i386-linux-6.6/package.conf: X11-1.2.2, X11-extras-0.2Thanks, Don