1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Warnings are warnings.

This commit is contained in:
Rob Rix 2019-11-01 11:35:35 -04:00
parent 3f69e09314
commit 90bf61dede
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -35,6 +35,8 @@ cabal exec -v0 bash -- -c 'cat $GHC_ENVIRONMENT' | grep -v '^--' | sed -e 's/^/-
echo "-XHaskell2010"
echo "-XStrictData"
echo "-Wwarn"
echo "-Weverything"
echo "-Wno-all-missed-specialisations"
echo "-Wno-implicit-prelude"