Skip to content
Snippets Groups Projects
Commit cbdb135b authored by Simon Marlow's avatar Simon Marlow
Browse files

Expand ${pkgroot} in dynamic-library-dirs

Looks like this was forgotten - it is done in GHC but not in Cabal.
parent 55f27d4a
No related branches found
Tags 6_10_branch_has_been_forked
No related merge requests found
......@@ -291,6 +291,7 @@ mungePackagePaths pkgroot pkginfo =
importDirs = mungePaths (importDirs pkginfo),
includeDirs = mungePaths (includeDirs pkginfo),
libraryDirs = mungePaths (libraryDirs pkginfo),
libraryDynDirs = mungePaths (libraryDynDirs pkginfo),
frameworkDirs = mungePaths (frameworkDirs pkginfo),
haddockInterfaces = mungePaths (haddockInterfaces pkginfo),
haddockHTMLs = mungeUrls (haddockHTMLs pkginfo)
......
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