We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752a77d commit 6c5c401Copy full SHA for 6c5c401
Cabal/Distribution/Simple/Program/HcPkg.hs
@@ -291,6 +291,7 @@ mungePackagePaths pkgroot pkginfo =
291
importDirs = mungePaths (importDirs pkginfo),
292
includeDirs = mungePaths (includeDirs pkginfo),
293
libraryDirs = mungePaths (libraryDirs pkginfo),
294
+ libraryDynDirs = mungePaths (libraryDynDirs pkginfo),
295
frameworkDirs = mungePaths (frameworkDirs pkginfo),
296
haddockInterfaces = mungePaths (haddockInterfaces pkginfo),
297
haddockHTMLs = mungeUrls (haddockHTMLs pkginfo)
0 commit comments