File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 292
292
++ final . lib . optional ( versionAtLeast "8.10.6" && versionLessThan "9.2" && final . stdenv . targetPlatform . isAndroid && final . stdenv . targetPlatform . isAarch32 ) ./patches/ghc/ghc-8.10.7-android-bionic-symbols.patch
293
293
++ final . lib . optional ( versionAtLeast "8.10.6" && versionLessThan "9.2" && final . stdenv . targetPlatform . isAndroid && final . stdenv . targetPlatform . isAarch32 ) ./patches/ghc/ghc-8.10.7-bionic-libc.patch
294
294
++ final . lib . optional ( versionAtLeast "8.10.6" && versionLessThan "9.2" && final . stdenv . targetPlatform . isAndroid && final . stdenv . targetPlatform . isAarch32 ) ./patches/ghc/ghc-8.10.7-cross-dont-build-stage2-tools.patch
295
+ ++ final . lib . optional ( versionAtLeast "9.0" && versionLessThan "9.8" && final . stdenv . targetPlatform . isAndroid ) ./patches/ghc/ghc-9.6-hadrian-android.patch
295
296
;
296
297
in ( {
297
298
ghc865 = final . callPackage ../compiler/ghc ( traceWarnOld "8.6" {
Original file line number Diff line number Diff line change
1
+ diff --git a/hadrian/src/Hadrian/Haskell/Cabal.hs b/hadrian/src/Hadrian/Haskell/Cabal.hs
2
+ index f5864b6..69123e1 100644
3
+ --- a/hadrian/src/Hadrian/Haskell/Cabal.hs
4
+ +++ b/hadrian/src/Hadrian/Haskell/Cabal.hs
5
+ @@ -71,4 +71,5 @@ cabalOsString :: String -> String
6
+ cabalOsString "mingw32" = "windows"
7
+ cabalOsString "darwin" = "osx"
8
+ cabalOsString "solaris2" = "solaris"
9
+ + cabalOsString "linux_android" = "android"
10
+ cabalOsString other = other
You can’t perform that action at this time.
0 commit comments