OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=260
14 lines
669 B
Diff
14 lines
669 B
Diff
Index: ghc-8.4.0.20180204/libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs
|
|
===================================================================
|
|
--- 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
|
|
JHC -> "$compiler"
|
|
LHC -> "$compiler"
|
|
UHC -> "$pkgid"
|
|
- _other -> "$abi",
|
|
+ _other -> "$compiler" </> "$pkgkey",
|
|
libexecsubdir= "$abi" </> "$pkgid",
|
|
flibdir = "$libdir",
|
|
libexecdir = case buildOS of
|