Skip to content

Commit 5afb65d

Browse files
committed
remove redundant imports
1 parent e95ca9e commit 5afb65d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ghcide/src/Development/IDE/GHC/ExactPrint.hs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ import Data.Monoid (All(All))
6767
#if __GLASGOW_HASKELL__ == 808
6868
import Control.Arrow
6969
#endif
70-
#if __GLASGOW_HASKELL__ > 808
71-
import Bag (listToBag)
72-
import ErrUtils (mkErrMsg)
73-
import Outputable (text, neverQualify)
74-
#endif
7570

7671

7772
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)