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 on vector
, is there a way to say in X.cabal
I depend on vector
with preferably (in case X
is not yet already installed) -fpsec-constr-count=HIGH
?
Is vector
still maintained or is there now a more recommendable alternative?
You can pass extra options to programs run by Cabal by using --PROG-options=OPTS
.
cabal install vector --ghc-options=-fspec-constr-count=HIGH
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With