can't configure xmonad with the latest GHC

Houston, I've got a problem. Having the latest GHC from darcs installed, I cannot configure xmonad any more. vvv@fun:~/src/xmonad$ runhaskell Setup.lhs clean cleaning... vvv@fun:~/src/xmonad$ runhaskell Setup.lhs configure --user --prefix=$HOME Configuring xmonad-0.4... Setup.lhs: At least the following dependencies are missing: base <3, unix -any vvv@fun:~/src/xmonad$ runhaskell Setup.lhs configure --prefix=$HOME Configuring xmonad-0.4... Setup.lhs: At least the following dependencies are missing: X11 ==1.4.0, mtl -any The dependencies are actually there, AFAIU: vvv@fun:~/src/xmonad$ ghc-pkg list /home/vvv/lib/ghc-6.9.20071125/package.conf: Cabal-1.3, array-0.1, base-3.0, bytestring-0.9, containers-0.1, directory-1.0, filepath-1.1, (ghc-6.9.20071125), haskell98-1.0.1, hpc-0.5, old-locale-1.0, old-time-1.0, packedstring-0.1, pretty-1.0, process-1.0, random-1.0, readline-1.0.1, rts-1.0, template-haskell-2.2, unix-2.2 /home/vvv/.ghc/i386-linux-6.9.20071125/package.conf: X11-1.4.0, mtl-1.1.0.0 A hint is highly welcome. ;) -- vvv

valery.vv:
Houston, I've got a problem.
Having the latest GHC from darcs installed, I cannot configure xmonad any more.
vvv@fun:~/src/xmonad$ runhaskell Setup.lhs clean cleaning...
vvv@fun:~/src/xmonad$ runhaskell Setup.lhs configure --user --prefix=$HOME Configuring xmonad-0.4... Setup.lhs: At least the following dependencies are missing: base <3, unix -any
vvv@fun:~/src/xmonad$ runhaskell Setup.lhs configure --prefix=$HOME Configuring xmonad-0.4... Setup.lhs: At least the following dependencies are missing: X11 ==1.4.0, mtl -any
The dependencies are actually there, AFAIU:
vvv@fun:~/src/xmonad$ ghc-pkg list /home/vvv/lib/ghc-6.9.20071125/package.conf: Cabal-1.3, array-0.1, base-3.0, bytestring-0.9, containers-0.1, directory-1.0, filepath-1.1, (ghc-6.9.20071125), haskell98-1.0.1, hpc-0.5, old-locale-1.0, old-time-1.0, packedstring-0.1, pretty-1.0, process-1.0, random-1.0, readline-1.0.1, rts-1.0, template-haskell-2.2, unix-2.2 /home/vvv/.ghc/i386-linux-6.9.20071125/package.conf: X11-1.4.0, mtl-1.1.0.0
A hint is highly welcome. ;)
GHC from darcs is only supported by xmonad from darcs, -- Don

On 11/29/07, Don Stewart
GHC from darcs is only supported by xmonad from darcs,
They are all from darcs: GHC, X11, xmonad, and XMonadContrib. GHC and X11 have been configured with --prefix=$HOME. (X11 refused to configure with `--user' option.) Nice try, Don. :) -- vvv

valery.vv:
On 11/29/07, Don Stewart
wrote: GHC from darcs is only supported by xmonad from darcs,
They are all from darcs: GHC, X11, xmonad, and XMonadContrib.
GHC and X11 have been configured with --prefix=$HOME. (X11 refused to configure with `--user' option.)
refused to configure with --user ?? -- Don

That's right.
I can't show its "complains" right now: gotta get to my cubicle first. :)
On 11/29/07, Don Stewart
valery.vv:
On 11/29/07, Don Stewart
wrote: GHC from darcs is only supported by xmonad from darcs,
They are all from darcs: GHC, X11, xmonad, and XMonadContrib.
GHC and X11 have been configured with --prefix=$HOME. (X11 refused to configure with `--user' option.)
refused to configure with --user ??
-- Don

On 11/29/07, Don Stewart
refused to configure with --user ??
vvv@fun:~/src/X11$ runhaskell Setup.hs clean cleaning... vvv@fun:~/src/X11$ autoreconf vvv@fun:~/src/X11$ runhaskell Setup.hs configure --prefix=$HOME --user Configuring X11-1.4.0... Setup.hs: At least the following dependencies are missing: base -any vvv@fun:~/src/X11$ runhaskell Setup.hs configure --prefix=$HOME Configuring X11-1.4.0... checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes [...] -- vvv

On 11/28/07, Valery V. Vorotyntsev
Houston, I've got a problem.
Having the latest GHC from darcs installed, I cannot configure xmonad any more.
Update: http://hpaste.org/4182 -- vvv
participants (2)
-
Don Stewart
-
Valery V. Vorotyntsev