diff options
author | Oleg Grenrus <oleg.grenrus@iki.fi> | 2021-03-18 21:49:51 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-01 00:39:28 -0400 |
commit | 5192183f5f4df4e3c0b00346e633c5270ed16283 (patch) | |
tree | 7340a289df6c559f7e0bfdc44d1cef360a18ec74 /utils/check-exact | |
parent | efe5fdab01012fae9436f5f8a9c67170ff185243 (diff) | |
download | haskell-5192183f5f4df4e3c0b00346e633c5270ed16283.tar.gz |
import Data.List with explicit import list
Diffstat (limited to 'utils/check-exact')
-rw-r--r-- | utils/check-exact/Main.hs | 2 |
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 |