[commit: ghc] master: fix warning (3745ba9)
Simon Marlow
marlowsd at gmail.com
Tue Apr 5 17:05:41 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3745ba90ed699fe0e21423a545972e45380e8ed2
>---------------------------------------------------------------
commit 3745ba90ed699fe0e21423a545972e45380e8ed2
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Apr 5 14:45:04 2011 +0100
fix warning
>---------------------------------------------------------------
compiler/main/DriverPipeline.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/main/DriverPipeline.hs b/compiler/main/DriverPipeline.hs
index e1a2f46..13c91c2 100644
--- a/compiler/main/DriverPipeline.hs
+++ b/compiler/main/DriverPipeline.hs
@@ -956,7 +956,7 @@ runPhase CmmCpp input_fn dflags
runPhase Cmm input_fn dflags
= do
- PipeEnv{stop_phase,src_basename} <- getPipeEnv
+ PipeEnv{src_basename} <- getPipeEnv
let hsc_lang = hscTarget dflags
let next_phase = hscNextPhase dflags HsSrcFile hsc_lang
More information about the Cvs-ghc
mailing list