From dd1dcf5c4c06c64b152fbe8582ca97ff6e298c19 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 20 Jan 2017 20:19:45 +0200 Subject: [PATCH] Mention that we are --pedantic an three GHCs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ebcb32c5..a00a8a02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ Some things we like: - Explicit imports - Upper and lower bounds for packages - Few dependencies -- -Werror-compatible (for both 7.8 and 7.10) +- -Werror-compatible (7.8, 7.10 and 8.0) Though we aren't sticklers for style, the `.stylish-haskell.yaml` and `HLint.hs` files in the repository provide a good baseline for consistency.