12 lines
288 B
Haskell
12 lines
288 B
Haskell
module GHCupInfo where
|
|
|
|
import GHCupDownloads
|
|
import ToolRequirements
|
|
import GHCup.Types
|
|
|
|
|
|
ghcupInfo :: GHCupInfo
|
|
ghcupInfo = GHCupInfo { _toolRequirements = toolRequirements
|
|
, _ghcupDownloads = ghcupDownloads
|
|
}
|