chore: remove -Wwarn

This commit is contained in:
Wolfgang Witt 2021-02-19 11:38:15 +01:00 committed by Wolfgang Witt
parent 795598ea06
commit 6ccc192426
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
{-# OPTIONS_GHC -fno-warn-incomplete-uni-patterns #-}
{-# OPTIONS_GHC -Wwarn #-}
module Handler.Utils.Exam
( fetchExamAux

View File

@ -1,5 +1,4 @@
{-# OPTIONS_GHC -Wno-redundant-constraints #-}
{-# OPTIONS_GHC -Wwarn #-}
module Handler.Utils.ExamSpec (spec) where