ghc-mod/Language/Haskell
Daniel Gröber a383f46939 Fix nasty module graph caching issue
resolvedComponentsCache did not consider outgoing edges in the module
graph when computing the set of dependent files

i.e. for `A -> B, A -> C` `flatten` would give [B,C] instead of [A,B,C]
2015-08-18 04:27:02 +02:00
..
GhcMod Fix nasty module graph caching issue 2015-08-18 04:27:02 +02:00
GhcMod.hs Drop memory-mapped files, since ghc doesn't play well with those 2015-08-16 23:20:00 +03:00