
29 Oct
2008
29 Oct
'08
4:09 p.m.
magicloud.magiclouds:
Hi, Xmonad needs Data.Generics from base3. And I found out that there is a "compat-base3" in ghc 6.10, which has Data.Generics. But `ghc -v` reports that base-3.0.3.0 is hidden. So I wonder how could I compile Xmonad with ghc 6.10?
Upgrade to cabal-install 0.6 and cabal 1.6, then, cabal install xmonad OR runhaskell Setup.hs configure --constraint='base<4' -- Don