Fix Werror-nocode build

This commit is contained in:
Harendra Kumar 2022-08-19 16:37:19 +05:30
parent 3c3c0d7989
commit a9850f2c4c

View File

@ -4,14 +4,18 @@ packages:
test
core
package streamly
ghc-options: -Werror -fno-code
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