Skip to content

Commit 611ffaa

Browse files
committed
Drop redundant import
1 parent 09097c4 commit 611ffaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Data/HashMap/Array.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ import qualified Data.Traversable as Traversable
5353
import Control.Applicative (Applicative)
5454
#endif
5555
import Control.DeepSeq
56-
import Control.Monad.ST hiding (runST)
5756
-- GHC 7.7 exports toList/fromList from GHC.Exts
5857
-- In order to avoid warnings on previous GHC versions, we provide
5958
-- an explicit import list instead of only hiding the offending symbols

0 commit comments

Comments
 (0)