Removed reference to specific version of RHEL in GHCupDownloads.hs
This commit is contained in:
parent
23c13a07a9
commit
ad53b141c7
@ -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)]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user