summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonpj <unknown>1999-12-20 10:18:36 +0000
committersimonpj <unknown>1999-12-20 10:18:36 +0000
commitf7989a6dea8c43352f363117d9bb07439953ccdc (patch)
tree742cd8bd9e1b563331f19e6bb702ffbadb82df0b
parented974e41e3dd1acd24e2ef816b104ff66ea720ee (diff)
downloadhaskell-f7989a6dea8c43352f363117d9bb07439953ccdc.tar.gz
[project @ 1999-12-20 10:18:36 by simonpj]
wibble
-rw-r--r--ghc/driver/ghc-iface.lprl2
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc/driver/ghc-iface.lprl b/ghc/driver/ghc-iface.lprl
index 71b5d3c943..a208af52c0 100644
--- a/ghc/driver/ghc-iface.lprl
+++ b/ghc/driver/ghc-iface.lprl
@@ -158,8 +158,6 @@ sub constructNewHiFile {
print NEWHI $Stuff{'new:usages'} unless $Stuff{'new:usages'} eq '';
print NEWHI $Stuff{'new:instances'} unless $Stuff{'new:instances'} eq '';
- print STDERR @decl_names ;
-
foreach $v (@decl_names) {
&printNewItemVersion(NEWHI, $v, $new_module_version, $show_hi_diffs); # Print new version number
print NEWHI $Decl{"new:$v"}; # Print the new decl itself