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
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 6 deletions

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)]
)