Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit e88a637

Browse files
phadejint-index
authored andcommitted
Add import list to Data.List
1 parent 99f6153 commit e88a637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haddock-api/src/Haddock/Backends/Hoogle.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import GHC.Utils.Outputable as Outputable
3131
import GHC.Parser.Annotation (IsUnicodeSyntax(..))
3232

3333
import Data.Char
34-
import Data.List
34+
import Data.List (intercalate, isPrefixOf)
3535
import Data.Maybe
3636
import Data.Version
3737

0 commit comments

Comments
 (0)