mirror of
https://github.com/ilyakooo0/streamly.git
synced 2024-11-05 02:08:40 +03:00
25 lines
373 B
Plaintext
25 lines
373 B
Plaintext
packages:
|
|
./
|
|
test
|
|
benchmark
|
|
core
|
|
|
|
-- 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
|
|
|
|
package streamly-core
|
|
flags: -opt
|
|
ghc-options: -O0
|
|
|
|
package streamly-tests
|
|
flags: -opt
|
|
ghc-options: -O0
|
|
|
|
package streamly-benchmarks
|
|
flags: -opt
|
|
ghc-options: -O0
|