2018-05-14 13:15:35 +00:00
|
|
|
Index: ghc-8.4.0.20180204/libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs
|
2017-12-21 19:35:55 +00:00
|
|
|
===================================================================
|
2018-05-14 13:15:35 +00:00
|
|
|
--- ghc-8.4.0.20180204.orig/libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs
|
|
|
|
+++ ghc-8.4.0.20180204/libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs
|
|
|
|
@@ -205,7 +205,7 @@ defaultInstallDirs' False comp userInsta
|
2017-02-22 17:19:24 +00:00
|
|
|
JHC -> "$compiler"
|
|
|
|
LHC -> "$compiler"
|
|
|
|
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
|