streamly/cabal.project.doctest

25 lines
511 B
Plaintext
Raw Normal View History

packages: streamly.cabal
2022-03-07 13:00:48 +03:00
, core/streamly-core.cabal
-- , docs/streamly-docs.cabal
-- for QuickCheck in property doctests
, test/streamly-tests.cabal
-- Keep the flags same as cabal.project.O0 because we utilize the same build
-- for doctest in CI.
package streamly
flags: -opt
2022-08-27 15:10:07 +03:00
ghc-options: -O0
2022-03-07 13:00:48 +03:00
package streamly-core
flags: -opt
2022-08-27 15:10:07 +03:00
ghc-options: -O0
2022-03-07 13:00:48 +03:00
package streamly-docs
flags: -opt
2022-08-27 15:10:07 +03:00
ghc-options: -O0
package streamly-tests
flags: -opt
2022-08-27 15:10:07 +03:00
ghc-options: -O0