From dfec162a8ea6fd8d3b02696b5ebba1b4767426ae Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Wed, 2 Dec 2020 01:07:48 +0000 Subject: [PATCH] Suppress another warning --- test/Sketch.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Sketch.hs b/test/Sketch.hs index 6c7864d..64d0bc9 100644 --- a/test/Sketch.hs +++ b/test/Sketch.hs @@ -1,5 +1,6 @@ {-# LANGUAGE DeriveFunctor, EmptyCase, FlexibleInstances, GADTs, RankNTypes #-} {-# LANGUAGE MultiParamTypeClasses, ScopedTypeVariables, TupleSections #-} +{-# OPTIONS_GHC -fno-warn-unused-imports #-} module Sketch where import Control.Arrow hiding (first, second)