diff --git a/Data/GhcLinks.hs b/Data/GhcLinks.hs index 99204aa..a2daa86 100644 --- a/Data/GhcLinks.hs +++ b/Data/GhcLinks.hs @@ -19,7 +19,7 @@ supportedArches :: [SupportedArch] supportedArches = [minBound .. maxBound] supportedGhcMajorVersions :: [GhcMajorVersion] -supportedGhcMajorVersions = ["7.8"] +supportedGhcMajorVersions = ["7.8", "7.10"] readGhcLinks :: FilePath -> IO GhcLinks