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