Silence weird ghc warning
authorLuke Lau <luke_lau@icloud.com>
Sun, 10 Jun 2018 03:58:55 +0000 (23:58 -0400)
committerLuke Lau <luke_lau@icloud.com>
Sun, 10 Jun 2018 03:58:55 +0000 (23:58 -0400)
src/Language/Haskell/LSP/Test/Compat.hs

index cd7de0885e31db77eabd2f5b5b289255bf44385e..e9b2c4c8f2fd7e645b9bf08f5bd0ac4c2bd46e98 100644 (file)
@@ -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