[Haskell-cafe] Cabal failures...
Andres Löh
andres.loeh at googlemail.com
Tue Nov 20 13:19:17 CET 2012
Hi Johan.
I haven't looked in detail at the overall problem, but:
> Flags chosen: base3=True, base4=True
>
> Why is Cabal setting both base3 and base4 to True?
This looks completely fine to me.
The Cabal .cabal file is stating:
if flag(base4) { build-depends: base >= 4 } else { build-depends: base < 4 }
if flag(base3) { build-depends: base >= 3 } else { build-depends: base < 3 }
So it's relatively clear to me that both have to be true.
Cheers,
Andres
More information about the Haskell-Cafe
mailing list