[GHC] #11281: Way to run --make and -M simultaneously
GHC
ghc-devs at haskell.org
Thu Dec 24 00:27:37 UTC 2015
#11281: Way to run --make and -M simultaneously
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner:
Type: feature | Status: new
request |
Priority: normal | Milestone:
Component: Compiler | Version: 7.11
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
In some cases, users would like to build their projects `--make` and also
print out dependency information `-M` (so that they can sanity check file
lists, etc.) It shouldn't be too difficult to arrange for `--make` and `-M
file` to mean, put the Makefile information in `file`.
Cabal's request: https://github.com/haskell/cabal/issues/2982
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11281>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list