Skip to content

Commit c1dfab0

Browse files
committed
newlines
1 parent 676aab2 commit c1dfab0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

overlays/patches/ghc/ghc-9.6-hadrian-android.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ index f5864b6..69123e1 100644
77
cabalOsString "darwin" = "osx"
88
cabalOsString "solaris2" = "solaris"
99
+cabalOsString "linux_android" = "android"
10-
cabalOsString other = other
10+
cabalOsString other = other
11+

0 commit comments

Comments
 (0)