When I install vector
with:
cabal install vector
I get lots of SpecConstr
limit warnings which would go away if I could specify -fspec-constr-count=SOMETHING-HIGHER
.
Would
cabal install vector -fspec-constr-count=HIGH
work?
If
X
depends onvector
, is there a way to say inX.cabal
I depend onvector
with preferably (in caseX
is not yet already installed)-fpsec-constr-count=HIGH
?Is
vector
still maintained or is there now a more recommendable alternative?