streamly/cabal.project.Werror-nocode
2022-08-21 00:05:14 +05:30

22 lines
317 B
Plaintext

packages:
./
benchmark
test
core
package streamly-core
flags: -opt
ghc-options: -Werror -O0
package streamly
flags: -opt
ghc-options: -Werror -fno-code
package streamly-benchmarks
flags: -opt
ghc-options: -Werror -fno-code
package streamly-tests
flags: -opt
ghc-options: -Werror -fno-code