streamly/cabal.project.O0
Harendra Kumar f5470713c2 Update CI test matrix requirements and the script
Also, fix a few test issues to make the CIs work.
2021-06-22 22:54:41 +05:30

20 lines
334 B
Plaintext

packages:
./
test
benchmark
-- Keep the flags same as cabal.project.doctest because we utilize the
-- same build for doctests in CI.
package streamly
flags: -opt
ghc-options: -O0 -Werror
package streamly-tests
flags: -opt
ghc-options: -O0 -Werror
package streamly-benchmarks
flags: -opt
ghc-options: -O0 -Werror