chore: remove -Wwarn
This commit is contained in:
parent
795598ea06
commit
6ccc192426
@ -1,5 +1,4 @@
|
|||||||
{-# OPTIONS_GHC -fno-warn-incomplete-uni-patterns #-}
|
{-# OPTIONS_GHC -fno-warn-incomplete-uni-patterns #-}
|
||||||
{-# OPTIONS_GHC -Wwarn #-}
|
|
||||||
|
|
||||||
module Handler.Utils.Exam
|
module Handler.Utils.Exam
|
||||||
( fetchExamAux
|
( fetchExamAux
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
{-# OPTIONS_GHC -Wno-redundant-constraints #-}
|
{-# OPTIONS_GHC -Wno-redundant-constraints #-}
|
||||||
{-# OPTIONS_GHC -Wwarn #-}
|
|
||||||
|
|
||||||
module Handler.Utils.ExamSpec (spec) where
|
module Handler.Utils.ExamSpec (spec) where
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user