2020-05-06 13:42:15 +00:00
|
|
|
Index: ghc-8.10.0.20200123/libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs
|
2017-12-21 19:35:55 +00:00
|
|
|
===================================================================
|
2020-05-06 13:42:15 +00:00
|
|
|
--- ghc-8.10.0.20200123.orig/libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs
|
|
|
|
+++ ghc-8.10.0.20200123/libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs
|
|
|
|
@@ -207,7 +207,7 @@ defaultInstallDirs' False comp userInsta
|
2018-10-18 09:46:41 +00:00
|
|
|
_other -> "$abi" </> "$libname",
|
|
|
|
dynlibdir = "$libdir" </> case comp of
|
2017-02-22 17:19:24 +00:00
|
|
|
UHC -> "$pkgid"
|
|
|
|
- _other -> "$abi",
|
2017-12-21 19:35:55 +00:00
|
|
|
+ _other -> "$compiler" </> "$pkgkey",
|
|
|
|
libexecsubdir= "$abi" </> "$pkgid",
|
|
|
|
flibdir = "$libdir",
|
2017-02-22 17:19:24 +00:00
|
|
|
libexecdir = case buildOS of
|