diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-02-24 18:47:47 -0800 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-02-24 18:47:47 -0800 |
commit | 8f15ab98a7fe7484089b48c94328fa2980978890 (patch) | |
tree | f7d30b4e2b1ae60f6a75c79c1d0ce1d52e1036d5 | |
parent | 7c060e4d688047b5e2a9c85878796e6e5cd86ccb (diff) | |
download | haskell-8f15ab98a7fe7484089b48c94328fa2980978890.tar.gz |
Delete redundant import.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
-rw-r--r-- | compiler/iface/MkIface.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/iface/MkIface.hs b/compiler/iface/MkIface.hs index 0473ed1076..158e48f24a 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 |