mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
also search stackage-content for ghc-7.10 links
This commit is contained in:
parent
dd71baad30
commit
8a3f199ebb
@ -19,7 +19,7 @@ supportedArches :: [SupportedArch]
|
||||
supportedArches = [minBound .. maxBound]
|
||||
|
||||
supportedGhcMajorVersions :: [GhcMajorVersion]
|
||||
supportedGhcMajorVersions = ["7.8"]
|
||||
supportedGhcMajorVersions = ["7.8", "7.10"]
|
||||
|
||||
|
||||
readGhcLinks :: FilePath -> IO GhcLinks
|
||||
|
||||
Loading…
Reference in New Issue
Block a user