
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? Thanks ... Deech _________________________________________________________________ Make every e-mail and IM count. Join the i’m Initiative from Microsoft. http://im.live.com/Messenger/IM/Join/Default.aspx?source=EML_WL_ MakeCount

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

That worked. Thank you. ----------------------------------------
Date: Wed, 21 May 2008 12:22:33 -0400 From: dbueno@gmail.com To: aditya_siram@hotmail.com Subject: Re: [Haskell-cafe] Installing Cabal-Install CC: haskell-cafe@haskell.org
On Wed, May 21, 2008 at 12:11 PM, Aditya Siram wrote:
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
_________________________________________________________________ E-mail for the greater good. Join the i’m Initiative from Microsoft. http://im.live.com/Messenger/IM/Join/Default.aspx?source=EML_WL_ GreaterGood
participants (2)
-
Aditya Siram
-
Denis Bueno