
21 May
2008
21 May
'08
12:22 p.m.
On Wed, May 21, 2008 at 12:11 PM, Aditya Siram
Hi all, I am trying to install cabal-install so I can install xmonad-contrib. I have all the dependancies in place but when I do: runhaskell Setup.lhs build I get: Hackage/Types.hs:19:29: Module `Distribution.Version' does not export `Dependency'
Any ideas?
If you're trying to install cabal-install from its darcs repo, you need the latest Cabal from *its* repo. darcs get --partial http://darcs.haskell.org/cabal/ You'll have to build and install Cabal, then build cabal-install against it. -- Denis