Skip to content
Snippets Groups Projects
Commit 6b7ff819 authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

Try top-level -Werror.


Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
parent 9fea99de
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,4 @@
-- Turn off parallelization to get good errors.
jobs: 1
-- The -fno-warn-orphans is a hack to make Cabal-1.24
-- build properly (unfortunately the flags here get applied
-- to the dependencies too!)
package Cabal
ghc-options: -Werror -fno-warn-orphans
package cabal-install
ghc-options: -Werror
ghc-options: -Werror
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment