#3543: -fext-core doesn't force recompilation when .hcr file doesn't exist
-----------------------------+----------------------------------------------
Reporter: tim | Owner:
Type: bug | Status: new
Priority: normal | Component: Driver
Version: 6.10.4 | Severity: minor
Keywords: | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-----------------------------+----------------------------------------------
If I do:
ghc -o foo foo.hs
and then immediately afterward:
ghc -fext-core -c foo.hs
and foo.hcr doesn't exist, ghc still says "Compilation is not required"
and doesn't create the External Core file. It should generate the .hcr
given the -fext-core flag, even if the .hi file is up to date.
Sorry if this is a duplicate bug (I know that making the compilation
manager pay attention to flags is an ongoing issue).
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3543>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs