streamly/cabal.project.doctest

14 lines
287 B
Plaintext
Raw Normal View History

packages: streamly.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-docs
flags: -opt
ghc-options: -O0 -Werror