Skip to content
Snippets Groups Projects
Unverified Commit 43dd878d authored by Hécate Moonlight's avatar Hécate Moonlight Committed by GitHub
Browse files

Merge pull request #1311 from fendor/wip/add-targetUnitId-to-target

Add UnitId to Target record
parents c82317ea ac5ec36f
Branches wip/add-targetUnitId-to-target
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ createIfaces verbosity modules flags instIfaceMap = do
-- alive to be able to find all the instances.
modifySession installHaddockPlugin
targets <- mapM (\filePath -> guessTarget filePath Nothing) modules
targets <- mapM (\filePath -> guessTarget filePath Nothing Nothing) modules
setTargets targets
loadOk <- withTimingM "load" (const ()) $
......
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