From 8c098d4e17db49ab0d24086d8149ca3a5b5d91af Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 26 Aug 2021 20:09:48 +0200 Subject: [PATCH] Add solus in getLinuxDistro --- lib/GHCup/Platform.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/GHCup/Platform.hs b/lib/GHCup/Platform.hs index 0697744..b2240be 100644 --- a/lib/GHCup/Platform.hs +++ b/lib/GHCup/Platform.hs @@ -138,6 +138,7 @@ getLinuxDistro = do | hasWord name ["exherbo"] -> Exherbo | hasWord name ["gentoo"] -> Gentoo | hasWord name ["amazonlinux", "Amazon Linux"] -> AmazonLinux + | hasWord name ["solus"] -> Solus | otherwise -> UnknownLinux pure (distro, parsedVer) where