2009/5/12 Deniz Dogan <deniz.a.m.do...@gmail.com>:
> Since SYB 0.1.0.1 was introduced as a dependency, I'm getting this error:
>
> skorpan:~/sources/yi$ cabal configure -fvty -fhacking
> Resolving dependencies...
> Configuring yi-0.6.1...
> cabal: At least the following dependencies are missing:
> syb >=0.1.0.1
>
> skorpan:~/sources/yi$ cabal install syb
> Resolving dependencies...
> cabal: dependencies conflict: base-3.0.3.0 requires syb ==0.1.0.0 however
> syb-0.1.0.0 was excluded because syb-0.1.0.1 was selected instead
>
> I'm using GHC 6.10.1 if that matters!  Any ideas?

FWIW, changing yi.cabal to require syb 0.1.0.0 helps the problem, but
I'm not sure whether that's a big deal or not. Also, when running
configure with 0.1.0.0 as the dependency, I get the following, but it
still compiles:

$ cabal configure -fvty -fhacking
Resolving dependencies...
Configuring yi-0.6.1...
Warning: This package indirectly depends on multiple versions of the same
package. This is highly likely to cause a compile failure.
package utility-ht-0.0.5 requires QuickCheck-1.2.0.0
package yi-0.6.1 requires QuickCheck-2.1.0.1
package directory-1.0.0.2 requires old-time-1.0.0.1
package Cabal-1.6.0.3 requires old-time-1.0.0.1
package random-1.0.0.1 requires old-time-1.0.0.2

Deniz

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to