From 6759b617cb1ad484bfd3f0e4b6517ad2a03ed299 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Wed, 1 Jul 2020 16:23:04 -0400 Subject: [PATCH] One last mollification --- semantic/test/Spec.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/semantic/test/Spec.hs b/semantic/test/Spec.hs index 194499733..3ac84d292 100644 --- a/semantic/test/Spec.hs +++ b/semantic/test/Spec.hs @@ -1,4 +1,5 @@ {-# LANGUAGE ImplicitParams #-} +{-# OPTIONS_GHC -Wno-redundant-constraints #-} module Main (allTests, legacySpecs, main, tests) where