From 56c26f3e5142e6f42e8b7265b915955e262ab72a Mon Sep 17 00:00:00 2001 From: Wolfgang Witt Date: Tue, 6 Apr 2021 14:52:00 +0200 Subject: [PATCH] chore: remove -Wwarn marker --- src/Handler/Course.hs | 2 -- src/Handler/Course/Show.hs | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/Handler/Course.hs b/src/Handler/Course.hs index da9a491bd..46a97ee5f 100644 --- a/src/Handler/Course.hs +++ b/src/Handler/Course.hs @@ -1,5 +1,3 @@ -{-# OPTIONS_GHC -Wwarn #-} - module Handler.Course ( module Handler.Course ) where diff --git a/src/Handler/Course/Show.hs b/src/Handler/Course/Show.hs index 91fdd1c44..66b53bf74 100644 --- a/src/Handler/Course/Show.hs +++ b/src/Handler/Course/Show.hs @@ -1,5 +1,3 @@ -{-# OPTIONS_GHC -Wwarn #-} - module Handler.Course.Show ( getCShowR , getCRegisterTemplateR, courseRegisterTemplateSource