Add tool-requirements subcommand

This commit is contained in:
2020-04-10 17:36:27 +02:00
parent 9602db31ab
commit c706a047ea
11 changed files with 241 additions and 10 deletions

View File

@@ -283,6 +283,7 @@ library
GHCup.Download.Utils
GHCup.Errors
GHCup.Platform
GHCup.Requirements
GHCup.Types
GHCup.Types.JSON
GHCup.Types.Optics
@@ -368,8 +369,11 @@ executable ghcup-gen
--
main-is: Main.hs
other-modules: GHCupDownloads
Validate
other-modules:
GHCupDownloads
GHCupInfo
ToolRequirements
Validate
-- other-extensions:
build-depends: ghcup