2020-01-01 02:01:31 +00:00
|
|
|
Index: ghc-8.8.1/libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs
|
2017-12-21 19:35:55 +00:00
|
|
|
===================================================================
|
2020-01-01 02:01:31 +00:00
|
|
|
--- ghc-8.8.1.orig/libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs
|
|
|
|
+++ ghc-8.8.1/libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs
|
|
|
|
@@ -205,7 +205,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
|