Skip to content

Commit e1cd7a9

Browse files
committed
Change deprecation error to warning
1 parent 4a1b6c5 commit e1cd7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -eux
33

4-
ghcflags="-rtsopts -threaded -Werror"
4+
ghcflags="-rtsopts -threaded -Werror -Wwarn=deprecations"
55
testflags="CreateDirectoryIfMissing001.num-repeats=100000 +RTS -N2"
66
stack="stack --no-terminal ${STACK_FLAGS-}"
77

0 commit comments

Comments
 (0)