[commit: ghc] master: Delete redundant import. (8f15ab9)

git at git.haskell.org git at git.haskell.org
Sat Feb 25 02:48:03 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8f15ab98a7fe7484089b48c94328fa2980978890/ghc

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

commit 8f15ab98a7fe7484089b48c94328fa2980978890
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Fri Feb 24 18:47:47 2017 -0800

    Delete redundant import.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

8f15ab98a7fe7484089b48c94328fa2980978890
 compiler/iface/MkIface.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/iface/MkIface.hs b/compiler/iface/MkIface.hs
index 0473ed1..158e48f 100644
--- a/compiler/iface/MkIface.hs
+++ b/compiler/iface/MkIface.hs
@@ -100,7 +100,6 @@ import BasicTypes       hiding ( SuccessFlag(..) )
 import Unique
 import Util             hiding ( eqListBy )
 import FastString
-import FastStringEnv
 import Maybes
 import Binary
 import Fingerprint



More information about the ghc-commits mailing list