[commit: ghc] master: Remove unneeded import (4a26415)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 11:05:50 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4a2641578bc91707e06b2f35b0fec63535e9a025/ghc
>---------------------------------------------------------------
commit 4a2641578bc91707e06b2f35b0fec63535e9a025
Author: Gabor Greif <ggreif at gmail.com>
Date: Thu Jul 27 13:04:21 2017 +0200
Remove unneeded import
>---------------------------------------------------------------
4a2641578bc91707e06b2f35b0fec63535e9a025
compiler/main/Packages.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/main/Packages.hs b/compiler/main/Packages.hs
index 2c5833f..1bd2531 100644
--- a/compiler/main/Packages.hs
+++ b/compiler/main/Packages.hs
@@ -88,7 +88,6 @@ import Data.Char ( toUpper )
import Data.List as List
import Data.Map (Map)
import Data.Set (Set)
-import Data.Maybe (mapMaybe)
import Data.Monoid (First(..))
#if __GLASGOW_HASKELL__ > 710
import Data.Semigroup ( Semigroup )
More information about the ghc-commits
mailing list