Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 823e2d2

Browse files
committed
Remove more unnecessary CPP pragmas
1 parent 2ed1396 commit 823e2d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/unit/GhcModPluginSpec.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
{-# LANGUAGE CPP #-}
21
{-# LANGUAGE OverloadedStrings #-}
32
module GhcModPluginSpec where
43

54
import Control.Exception
65
import qualified Data.Map as Map
7-
#if __GLASGOW_HASKELL__ < 804
8-
import Data.Monoid
9-
#endif
106
import qualified Data.Set as S
117
import Haskell.Ide.Engine.MonadTypes
128
import Haskell.Ide.Engine.Plugin.GhcMod

0 commit comments

Comments
 (0)