We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676aab2 commit c1dfab0Copy full SHA for c1dfab0
overlays/patches/ghc/ghc-9.6-hadrian-android.patch
@@ -7,4 +7,5 @@ index f5864b6..69123e1 100644
7
cabalOsString "darwin" = "osx"
8
cabalOsString "solaris2" = "solaris"
9
+cabalOsString "linux_android" = "android"
10
- cabalOsString other = other
+ cabalOsString other = other
11
+
0 commit comments