[GHC] #7957: -ddump-minimal-imports should honour -outputdir

#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

#7957: -ddump-minimal-imports should honour -outputdir ---------------------------------+------------------------------------------ Reporter: hvr | Owner: Type: feature request | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.0.4 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by simonpj): * difficulty: => Unknown * type: bug => feature request Comment: Your implication is that it should be possible to put it in a specified directory... but which one? Maybe the one containing the source file? Or another flag? It certainly sounds reasonable in principle. By all means work out the design, propose it on `ghc-users`, and offer a patch (or encourage someone else to). Shouldn't be hard. Thanks Simon -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7957#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC