Do not use Werror in doctest

This commit is contained in:
Harendra Kumar 2022-08-27 17:40:07 +05:30
parent 4cc4fbdd20
commit b371355d83

View File

@ -9,16 +9,16 @@ packages: streamly.cabal
package streamly
flags: -opt
ghc-options: -O0 -Werror
ghc-options: -O0
package streamly-core
flags: -opt
ghc-options: -O0 -Werror
ghc-options: -O0
package streamly-docs
flags: -opt
ghc-options: -O0 -Werror
ghc-options: -O0
package streamly-tests
flags: -opt
ghc-options: -O0 -Werror
ghc-options: -O0