From 209d7abae3d690912d3cfc44393a627edf2bb86d Mon Sep 17 00:00:00 2001 From: Jens Nolte <git@queezle.net> Date: Thu, 12 Aug 2021 17:44:09 +0200 Subject: [PATCH] Fix warnings in Spec.hs --- test/Spec.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Spec.hs b/test/Spec.hs index a824f8c..e286043 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -1 +1,3 @@ {-# OPTIONS_GHC -F -pgmF hspec-discover #-} +{-# OPTIONS_GHC -Wno-missing-export-lists #-} +{-# OPTIONS_GHC -Wno-prepositive-qualified-module #-} -- GitLab