[GHC] #7957: -ddump-minimal-imports should honour -outputdir
GHC
ghc-devs at haskell.org
Mon Jun 3 10:20:51 CEST 2013
#7957: -ddump-minimal-imports should honour -outputdir
-----------------------------+----------------------------------------------
Reporter: hvr | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.0.4 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Blockedby:
Blocking: | Related:
-----------------------------+----------------------------------------------
When enabling the `-ddump-minimal-imports` feature for emitting `<module-
name>.imports` files, these files are always created in the current
working directory of the ghc process, regardless of the setting of any of
the following options
{{{
Redirecting output
-hcsuf suffix -hidir dir -hisuf suffix -o filename
-odir dir -ohi filename -osuf suffix -stubdir dir
-dumpdir dir -outputdir dir
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7957>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list