Add more data to availableDownloads

This commit is contained in:
Julian Ospald 2020-01-17 01:50:01 +01:00
parent eebd81ddfe
commit c6f102e883
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 12 additions and 0 deletions

View File

@ -51,6 +51,18 @@ availableDownloads = Map.fromList
)
]
)
, ( Linux Debian
, Map.fromList
[ ( Nothing
, mkGHCUrl
"~ghc/8.6.5/ghc-8.6.5-x86_64-debian9-linux.tar.xz"
)
, ( Just $ (\(Right x) -> x) $ versioning (fS "8")
, mkGHCUrl
"~ghc/8.6.5/ghc-8.6.5-x86_64-debian8-linux.tar.xz"
)
]
)
]
)
]