Removed reference to specific version of RHEL in GHCupDownloads.hs

This commit is contained in:
Sigmund Vestergaard
2020-06-18 21:04:29 +01:00
committed by Julian Ospald
parent 23c13a07a9
commit ad53b141c7

View File

@@ -1840,12 +1840,7 @@ ghcupDownloads = M.fromList
, (Just [vers|7|], ghc_8101_64_centos)
]
)
, ( Linux RedHat
, M.fromList
[ (Nothing , ghc_8101_64_centos)
, (Just [vers|7|], ghc_8101_64_centos)
]
)
, ( Linux RedHat, M.fromList [(Nothing, ghc_8101_64_centos)])
, ( Linux AmazonLinux
, M.fromList [(Nothing, ghc_8101_64_centos)]
)