From: Luke Lau Date: Sun, 10 Jun 2018 03:58:55 +0000 (-0400) Subject: Silence weird ghc warning X-Git-Tag: 0.1.0.0~76^2 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=7f825c46ba76f90701a2f8f2a8c040d9bc2b6683 Silence weird ghc warning --- 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