Skip to content

Commit

Permalink
Expand ${pkgroot} in dynamic-library-dirs
Browse files Browse the repository at this point in the history
Looks like this was forgotten - it is done in GHC but not in Cabal.
  • Loading branch information
simonmar committed May 17, 2018
1 parent 55f27d4 commit cbdb135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cabal/Distribution/Simple/Program/HcPkg.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cbdb135

Please sign in to comment.