diff options
author | Ian Lynagh <igloo@earth.li> | 2008-03-17 20:01:30 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-03-17 20:01:30 +0000 |
commit | 1db2786d0faecf3dd08921c4ba593c5afeee9f2b (patch) | |
tree | 44aabec61d7bea70545ca30ecfdfc676d232a904 | |
parent | f53056962c6d5d465001560a5b2afd8edf67517b (diff) | |
download | haskell-1db2786d0faecf3dd08921c4ba593c5afeee9f2b.tar.gz |
Revert an accidental change
-rw-r--r-- | compiler/iface/LoadIface.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/iface/LoadIface.lhs b/compiler/iface/LoadIface.lhs index 3d8e498ad9..7401eeb31c 100644 --- a/compiler/iface/LoadIface.lhs +++ b/compiler/iface/LoadIface.lhs @@ -625,7 +625,6 @@ pprModIface iface = vcat [ ptext SLIT("interface") <+> ppr (mi_module iface) <+> pp_boot <+> ppr (mi_mod_vers iface) <+> pp_sub_vers - <+> ppr (mi_mod_vers iface) <+> (if mi_orphan iface then ptext SLIT("[orphan module]") else empty) <+> (if mi_finsts iface then ptext SLIT("[family instance module]") else empty) <+> (if mi_hpc iface then ptext SLIT("[hpc]") else empty) |