[Git][ghc/ghc][wip/andreask/dom-lt-fixes] Remove redundant import
Andreas Klebinger
gitlab at gitlab.haskell.org
Mon Aug 24 13:38:16 UTC 2020
Andreas Klebinger pushed to branch wip/andreask/dom-lt-fixes at Glasgow Haskell Compiler / GHC
Commits:
fc2f97c3 by Andreas Klebinger at 2020-08-24T15:38:06+02:00
Remove redundant import
- - - - -
1 changed file:
- compiler/GHC/CmmToAsm/CFG/Dominators.hs
Changes:
=====================================
compiler/GHC/CmmToAsm/CFG/Dominators.hs
=====================================
@@ -1,7 +1,7 @@
{-# LANGUAGE RankNTypes, BangPatterns, FlexibleContexts, Strict #-}
{- |
- Module : Data.Graph.Dom
+ Module : GHC.CmmToAsm.CFG.Dominators
Copyright : (c) Matt Morrow 2009
License : BSD3
Maintainer : <klebinger.andreas at gmx.at>
@@ -41,7 +41,6 @@ module GHC.CmmToAsm.CFG.Dominators (
) where
import GHC.Prelude
-import Data.Monoid(Monoid(..))
import Data.Bifunctor
import Data.Tuple (swap)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fc2f97c3038972c902fa140786c1ed192f5f882c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fc2f97c3038972c902fa140786c1ed192f5f882c
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200824/b1a43f40/attachment.html>
More information about the ghc-commits
mailing list