Commit Graph

10 Commits

Author SHA1 Message Date
Arjun Kathuria 0702ea6eac fix(docs): Adds new docs generation code that takes OS-versions into account
* Adds new docs generation code that takes OS/distro version into
  account when generating dependency list for that platform.

* Moves away from old hard-coded approach to a new approach
  that reads Distro/OS version from the yaml file and
  generates the dependecy list taking distro/OS versions
  from the yaml file into account

* Fixes a very commonly reported bug
  - https://github.com/haskell/ghcup-hs/issues/777
2023-09-02 20:52:45 +05:30
Arjun Kathuria 803b2cfd1b fix: Upgrade to newest ghcup-hs master
* Upgrades ghcup-metadata to use newest master branch commit.
  - updates cabal.project

* fixes breaking changes when upgrading to new ghcup-hs
  - `listVersions` function changed type-signature, fixed useages
  - needed some GHCTargetVersion -> Version type conversions
2023-07-30 12:30:49 +05:30
Julian Ospald 7e08589078
Update ghcup build 2023-01-13 12:58:23 +08:00
Julian Ospald 1b9f1fc804
Add subcommand to output system requirements in markdown
Related: https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/411
2022-11-12 11:13:56 +08:00
Julian Ospald ff2b373807
Release HLS 1.7.0.0 2022-04-27 02:07:29 +08:00
Julian Ospald 7ab9f62645
Fixup html generation 2022-03-18 18:51:55 +01:00
Julian Ospald 9d2ebcb74d
Fix hls-metadata for windows 2022-03-13 00:28:55 +01:00
Julian Ospald 4c23f6a49e
Generate tool tables for docs 2022-03-08 22:22:36 +01:00
Julian Ospald 40bf6cd44b
Improve generate subcommand 2022-03-08 14:59:14 +01:00
Julian Ospald 2bedba1205
Create subcommand for generating HLS metadata 2022-03-01 01:02:22 +01:00