[commit: ghc] wip/T15548: Unused import (2eca3a4)

git at git.haskell.org git at git.haskell.org
Tue Aug 21 05:39:59 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T15548
Link       : http://ghc.haskell.org/trac/ghc/changeset/2eca3a40d0a72cace6fdbba2fa59c83f1591d917/ghc

>---------------------------------------------------------------

commit 2eca3a40d0a72cace6fdbba2fa59c83f1591d917
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Aug 20 17:28:49 2018 -0700

    Unused import


>---------------------------------------------------------------

2eca3a40d0a72cace6fdbba2fa59c83f1591d917
 compiler/basicTypes/Module.hs | 1 -
 compiler/prelude/PrelNames.hs | 1 -
 2 files changed, 2 deletions(-)

diff --git a/compiler/basicTypes/Module.hs b/compiler/basicTypes/Module.hs
index 9809bc6..44f841d 100644
--- a/compiler/basicTypes/Module.hs
+++ b/compiler/basicTypes/Module.hs
@@ -137,7 +137,6 @@ module Module
 
 import GhcPrelude
 
-import Config
 import Outputable
 import Unique
 import UniqFM
diff --git a/compiler/prelude/PrelNames.hs b/compiler/prelude/PrelNames.hs
index 77afca1..be468c0 100644
--- a/compiler/prelude/PrelNames.hs
+++ b/compiler/prelude/PrelNames.hs
@@ -136,7 +136,6 @@ import Unique
 import Name
 import SrcLoc
 import FastString
-import Panic ( panic )
 
 {-
 ************************************************************************



More information about the ghc-commits mailing list