Commit Graph

566 Commits

Author SHA1 Message Date
Julian Ospald 824d2149c6
Merge remote-tracking branch 'origin/merge-requests/48' 2020-11-27 20:26:33 +01:00
Anton-Latukha c86dbe043b
bootstrap-haskell: mention the license
Since script is served separately from the main source code (can be opened over
https://get-ghcup.haskell.org) - mention the script license to the reciever.
2020-11-27 17:06:39 +02:00
Anton-Latukha 8043ac7f51
bootstrap-haskell: provide instructions for the main settings
Provide some basic instructive information to someone who views the script.
2020-11-27 17:04:00 +02:00
Paolo Martini ead9d31647
Apply NO_COLOR to dimAttributes as well to cover all tui colors 2020-11-26 20:22:32 +01:00
Paolo Martini a08e624309
Respect NO_COLOR environment variable in list and tui 2020-11-25 11:41:53 +01:00
Julian Ospald b20371c3ac
Add default values to all XDG_ variables documentation 2020-11-21 16:31:50 +01:00
Julian Ospald 0589a7cbcc
Document XDG_CONFIG_HOME wrt #85 2020-11-21 16:29:26 +01:00
Julian Ospald cf48961063
Bump ghcup to 0.1.12 2020-11-21 14:23:37 +01:00
Julian Ospald 6046582b9c
Improve version ranges 2020-11-21 14:05:34 +01:00
Julian Ospald 82aa6c70ea
Allow to encode version ranges for distro versions
Fixes #84
2020-11-21 01:12:15 +01:00
Julian Ospald e829bd8235
Fix brick not updating downloads correctly 2020-11-21 00:32:58 +01:00
Julian Ospald 66f989e691
Fix FromJSONKey instances
This led to silent Nothing when the parser failed.
2020-11-20 23:18:25 +01:00
Julian Ospald eebb91fbb0
Use extra-doc-files for CHANGELOG.md 2020-11-20 23:16:13 +01:00
Julian Ospald 1d3e88bdfe
Fix disappearing HLS symlinks wrt #91
When installing a new GHC version, the corresponding
HLS symlink of that version may be accidentially removed.

Ooops.
2020-11-20 23:05:37 +01:00
Julian Ospald fbb03dee7e
Merge remote-tracking branch 'origin/merge-requests/44' into master 2020-11-12 10:49:26 +01:00
amesgen 88e5afb70f
update HLS to 0.6.0 2020-11-11 23:19:05 +01:00
Julian Ospald 67eabfd3af
Update CHANGELOG 2020-10-30 22:27:41 +01:00
Julian Ospald cd1dd8c29e
Merge branch 'PR/82' into master 2020-10-30 22:26:33 +01:00
Julian Ospald 08ddb591b7
Add toolchain sanity checks wrt #82 2020-10-30 21:07:49 +01:00
Julian Ospald 3e841b3c68
Merge branch 'settings' into master 2020-10-26 18:25:20 +01:00
Julian Ospald 53f5a08924
Allow configuring URLSource as well 2020-10-25 14:47:26 +01:00
Julian Ospald d368863c3d
Improve help output 2020-10-25 11:00:00 +01:00
Julian Ospald c76cce5830
Add a --set option to install/compile, fixes #81 2020-10-25 10:54:04 +01:00
Julian Ospald 4fef93b7b1
Allow to configure ghcup with a yaml config file
Fixes #41
2020-10-25 10:22:45 +01:00
Julian Ospald 241dadbeb5
Update to versions-4.0.1 API 2020-10-25 10:22:35 +01:00
Julian Ospald 12459c2544
Add internal downloader and tui flags to stack 2020-10-25 10:22:35 +01:00
Julian Ospald e250d6013f
Redo Settings as AppState 2020-10-24 01:07:31 +02:00
Julian Ospald 0d41d180d6
Merge remote-tracking branch 'origin/merge-requests/40' into master 2020-10-14 11:59:15 +02:00
amesgen ef251ce17e
update to cabal-3.4.0.0-rc4 2020-10-13 20:53:09 +02:00
Julian Ospald 956e11c3f8
Bump version to 0.1.12 2020-10-13 00:09:35 +02:00
Julian Ospald 951b0843b2
Update hls to 0.5.1 2020-10-12 23:54:56 +02:00
Julian Ospald a4e4080a1b
Merge branch 'TUI-improvements' into master 2020-10-12 23:40:26 +02:00
Julian Ospald 2aa91c5d91
Update golden test 2020-10-12 21:48:06 +02:00
Julian Ospald 6471b3877f
Bump ghcup version in bootstrap-haskell 2020-10-12 21:05:25 +02:00
Julian Ospald 778ee142d5
Upload golden files as artifacts on failure 2020-10-12 00:10:37 +02:00
Julian Ospald 1140132a25
Update hie.yaml 2020-10-11 23:40:02 +02:00
Julian Ospald c5c299179d
Remove text-conversion workaround 2020-10-11 23:39:49 +02:00
Julian Ospald 0ce4549eb8
Ditch the viewport logic 2020-10-11 23:37:27 +02:00
Julian Ospald 97d568ddd6
Show new versions in bright white 2020-10-11 21:44:11 +02:00
Julian Ospald ea58465240
Expand the selected bar 2020-10-11 21:16:48 +02:00
Julian Ospald 7afd262b1b
Put separators between tools 2020-10-11 21:07:21 +02:00
Julian Ospald 34ceaa0823
Add brick to stack.yaml 2020-10-11 21:06:58 +02:00
Julian Ospald 57c34a07f2
Allow to hide old versions of tools in TUI 2020-10-09 23:05:11 +02:00
Julian Ospald 73d1d97f1f
Reverse order of tool list in TUI 2020-10-09 20:25:52 +02:00
Julian Ospald f7ed1a4bde
Commit ghc-8.8.4 cabal.project files
These are auto-generated from stack and meant for users.
2020-10-05 22:11:05 +02:00
Julian Ospald bdd80d0229
Bump stack lts 2020-10-05 22:10:52 +02:00
Julian Ospald 0238f70c64
Bump hls to 0.5.0 2020-10-05 00:19:35 +02:00
Julian Ospald 24ff430c45
Add stack.yaml wrt #75 2020-10-01 17:49:23 +02:00
Julian Ospald 281fb14d4c
Rename ghc-9.0.1-alpha1 to 9.0.0.20200925 wrt #73 2020-09-29 23:33:55 +02:00
Julian Ospald 03bac93929
Improve bootstrap test 2020-09-29 10:57:21 +02:00