We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1b6c5 commit e1cd7a9Copy full SHA for e1cd7a9
tools/testscript
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
set -eux
3
4
-ghcflags="-rtsopts -threaded -Werror"
+ghcflags="-rtsopts -threaded -Werror -Wwarn=deprecations"
5
testflags="CreateDirectoryIfMissing001.num-repeats=100000 +RTS -N2"
6
stack="stack --no-terminal ${STACK_FLAGS-}"
7
0 commit comments