summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2021-03-18 21:49:51 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-01 00:39:28 -0400
commit5192183f5f4df4e3c0b00346e633c5270ed16283 (patch)
tree7340a289df6c559f7e0bfdc44d1cef360a18ec74
parentefe5fdab01012fae9436f5f8a9c67170ff185243 (diff)
downloadhaskell-5192183f5f4df4e3c0b00346e633c5270ed16283.tar.gz
import Data.List with explicit import list
-rw-r--r--utils/check-exact/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/check-exact/Main.hs b/utils/check-exact/Main.hs
index 152763e4fa..0b5594fe20 100644
--- a/utils/check-exact/Main.hs
+++ b/utils/check-exact/Main.hs
@@ -6,7 +6,7 @@
{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
{-# OPTIONS_GHC -Wno-orphans #-}
-import Data.List
+import Data.List (intercalate)
import Data.Data
import GHC.Types.Name.Occurrence
import GHC.Types.Name.Reader