Re: [Haskell-cafe] various dependencies breakages

2010-02-09 Thread MightyByte
The latest darcs head for happstack has changed the quickcheck dependency to > 2. You might try that. On Tue, Feb 9, 2010 at 7:13 AM, Thomas Girod wrote: > thanks Lars and Max. It did the trick, except for one small detail : > > MissingH needs the "testpack -any" dependency, but cabal does not >

Re: [Haskell-cafe] various dependencies breakages

2010-02-09 Thread Thomas Girod
thanks Lars and Max. It did the trick, except for one small detail : MissingH needs the "testpack -any" dependency, but cabal does not install it automatically. tom ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/

Re: [Haskell-cafe] various dependencies breakages

2010-02-09 Thread Max Bolingbroke
Cabal can handle multiple versions of libraries, but you need to find a consistent set of libraries when building any one executable, since they are all going to be linked together. In this case Cabal has apparently failed to find such a set. You might be able to get this to work with cabal instal

[Haskell-cafe] various dependencies breakages

2010-02-09 Thread Thomas Girod
Hi there. I'm trying to reinstall gitit after updating to ghc 6.12 and it's driving me crazy. I hope you will be able to help me troubleshoot this mess ... I'm starting from scratch again, using cabal. I will post more problems as they appears. $ cabal install gitit Resolving dependencies... cab