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=HIGHwork?
-
If
Xdepends onvector, is there a way to say inX.cabalI depend onvectorwith preferably (in caseXis not yet already installed)-fpsec-constr-count=HIGH? -
Is
vectorstill maintained or is there now a more recommendable alternative?
You can pass extra options to programs run by Cabal by using
--PROG-options=OPTS.