Skip to content
Snippets Groups Projects
Commit c2f4625f authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Resolve #6869: Track changes in asm/cxx/cmm-sources

parent ee11888d
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,13 @@ needBuildInfo pkg_descr bi modules = do
-- A.hs-boot; need to track both.
findNeededModules ["hs", "lhs", "hsig", "lhsig"]
findNeededModules ["hs-boot", "lhs-boot"]
traverse_ needIfExists (cSources bi ++ jsSources bi)
traverse_ needIfExists $ concat
[ cSources bi
, cxxSources bi
, jsSources bi
, cmmSources bi
, asmSources bi
]
-- A MASSIVE HACK to (1) make sure we rebuild when header
-- files change, but (2) not have to rebuild when anything
-- in extra-src-files changes (most of these won't affect
......
synopsis: cxx-sources, asm-sources and cmm-sources are change-tracked
packages: cabal-install
issues: #6869
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment