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

Commit 02769a1

Browse files
committed
Import intercalate
1 parent bc962c9 commit 02769a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haddock-api/src/Haddock/Interface/Rename.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import TysWiredIn (eqTyCon_RDR)
2929
import Control.Applicative
3030
import Control.Arrow ( first )
3131
import Control.Monad hiding (mapM)
32+
import Data.List (intercalate)
3233
import qualified Data.Map as Map hiding ( Map )
3334
import qualified Data.Set as Set
3435
import Prelude hiding (mapM)

0 commit comments

Comments
 (0)