[GHC] #8104: By default GHC API looks for .dyn_o but only creates .o
GHC
ghc-devs at haskell.org
Tue Jul 30 18:22:13 CEST 2013
#8104: By default GHC API looks for .dyn_o but only creates .o
-------------------------------------+------------------------------------
Reporter: edsko | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Resolution: invalid | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by ian@…):
commit 1e258592c6e6688661f76608fa1645313c30f950
{{{
Author: Ian Lynagh <ian at well-typed.com>
Date: Tue Jul 30 17:03:38 2013 +0100
Rename doDynamicToo to dynamicTooMkDynamicDynFlags
Makes it look less likely that people will confuse what it is for
(e.g. #8104).
compiler/main/DriverPipeline.hs | 4 ++--
compiler/main/DynFlags.hs | 23 ++++++++++++-----------
compiler/main/HscMain.hs | 2 +-
compiler/typecheck/TcRnMonad.lhs | 2 +-
4 files changed, 16 insertions(+), 15 deletions(-)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8104#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list