From 6ccc192426a55d11c2714f45d88aaf4343166e19 Mon Sep 17 00:00:00 2001 From: Wolfgang Witt Date: Fri, 19 Feb 2021 11:38:15 +0100 Subject: [PATCH] chore: remove -Wwarn --- src/Handler/Utils/Exam.hs | 1 - test/Handler/Utils/ExamSpec.hs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Handler/Utils/Exam.hs b/src/Handler/Utils/Exam.hs index 2c63fe41c..aeb86d024 100644 --- a/src/Handler/Utils/Exam.hs +++ b/src/Handler/Utils/Exam.hs @@ -1,5 +1,4 @@ {-# OPTIONS_GHC -fno-warn-incomplete-uni-patterns #-} -{-# OPTIONS_GHC -Wwarn #-} module Handler.Utils.Exam ( fetchExamAux diff --git a/test/Handler/Utils/ExamSpec.hs b/test/Handler/Utils/ExamSpec.hs index a35a164d8..9f58bf7b8 100644 --- a/test/Handler/Utils/ExamSpec.hs +++ b/test/Handler/Utils/ExamSpec.hs @@ -1,5 +1,4 @@ {-# OPTIONS_GHC -Wno-redundant-constraints #-} -{-# OPTIONS_GHC -Wwarn #-} module Handler.Utils.ExamSpec (spec) where