streamly/cabal.project.doctest
2022-03-10 01:25:49 +05:30

19 lines
388 B
Plaintext

packages: streamly.cabal
, core/streamly-core.cabal
, docs/streamly-docs.cabal
-- Keep the flags same as cabal.project.O0 because we utilize the same build
-- for doctest in CI.
package streamly
flags: -opt
ghc-options: -O0 -Werror
package streamly-core
flags: -opt
ghc-options: -O0 -Werror
package streamly-docs
flags: -opt
ghc-options: -O0 -Werror