From 7f825c46ba76f90701a2f8f2a8c040d9bc2b6683 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Sat, 9 Jun 2018 23:58:55 -0400 Subject: [PATCH] Silence weird ghc warning --- src/Language/Haskell/LSP/Test/Compat.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Language/Haskell/LSP/Test/Compat.hs b/src/Language/Haskell/LSP/Test/Compat.hs index cd7de08..e9b2c4c 100644 --- a/src/Language/Haskell/LSP/Test/Compat.hs +++ b/src/Language/Haskell/LSP/Test/Compat.hs @@ -1,4 +1,8 @@ {-# LANGUAGE CPP #-} +-- For some reason ghc warns about not using +-- Control.Monad.IO.Class but it's needed for +-- MonadIO +{-# OPTIONS_GHC -Wunused-imports #-} module Language.Haskell.LSP.Test.Compat where import Control.Concurrent.Chan -- 2.30.2