Commit Graph

1845 Commits

Author SHA1 Message Date
Julian Ospald 452ca8cca2
Improve key handling in TUI, fixes #875 2023-10-23 22:47:17 +08:00
Julian Ospald d14526059b
Merge branch 'fixups' 2023-10-23 22:46:05 +08:00
Julian Ospald b1cde06bd0
Fix CI 2023-10-23 21:42:29 +08:00
Julian Ospald 0adb602a96
Improve distro code 2023-10-23 21:42:29 +08:00
Julian Ospald f9a2b21cb0
Update system requirements, fixes #902 2023-10-21 19:43:53 +08:00
Julian Ospald e73cf4033e
Merge remote-tracking branch 'origin/pr/899' 2023-10-21 19:35:51 +08:00
Julian Ospald 5f0c6f60b8
Update data/metadata 2023-10-21 19:31:06 +08:00
Julian Ospald 29c9611152
Update system requirements in docs 2023-10-21 19:28:20 +08:00
Julian Ospald e90ca97441
Fix property tests 2023-10-21 19:23:25 +08:00
Julian Ospald 1fb0387101
Add temp git ref to versions to fix CI 2023-10-21 19:23:25 +08:00
Colin Woodbury 1981a12e67
refactor: use upstream TH constructors 2023-10-21 19:23:25 +08:00
Colin Woodbury eae197ccb3
chore: bump `versions` upper bound and squash warnings 2023-10-21 19:23:25 +08:00
Colin Woodbury 15c6ed2b8d
refactor: upgrade `versions` library usage 2023-10-21 19:23:25 +08:00
Julian Ospald fbb648d984
Improve logging on broken symlinks wrt #880 2023-10-21 19:23:25 +08:00
Romain Ruetschi c914a284de
Use absolute path to `/usr/bin/xattr` instead of pulling whatever is in PATH
On macOS systems with Homebrew installed, the latter will install its
own copy of `xattr` in `/opt/homebrew/bin/xattr` which will often
take precedence over the system `xattr` at `/usr/bin/xattr`, and does
not support the `-r` flag to act recursively over a directory.

This commit changes the invocation of `xattr` to use the absolute path
to the system version of `xattr` at `/usr/bin/xattr`.
2023-10-21 19:23:25 +08:00
Julian Ospald 9a17eaa32a
Bump metadata version since we added new distros 2023-10-21 19:23:24 +08:00
Julian Ospald 480d6be02f
Add explicit support for Void Linux, fixes #378 2023-10-21 19:23:24 +08:00
Julian Ospald 3e907bd890
Add explicit support for Rocky Linux 2023-10-21 19:23:24 +08:00
wz1000 d999c3dfbf
Update supported HLS versions 2023-10-21 19:23:24 +08:00
Julian Ospald 41d44b037d
Validate gpg sig even if using file:// yaml url 2023-10-21 19:23:24 +08:00
Julian Ospald 9d8d6e3293
Improve Github CI documentation 2023-10-14 11:58:09 +08:00
Adam Bergmark 8696a1c710
doc: change order of stack integration recommendations 2023-10-11 14:15:30 +02:00
Julian Ospald 2f107197d4
Merge branch 'issue-887' 2023-10-10 16:57:58 +08:00
Julian Ospald 486a1bac25
Fix segfault in TUI when hitting enter early
Fixes #887
2023-10-10 10:26:35 +08:00
Julian Ospald a73ce186b5
Remove documentation of nightlies
GHC nightlies have been broken for a while and unless
they are not only fixed, but GHC upstream demonstrates that
they can make them work reliably, GHCup will not promote them.
2023-10-07 16:54:54 +08:00
Julian Ospald 76204aa366
Re-enable threaded runtime
Needed for vty.
2023-10-01 17:17:13 +08:00
Julian Ospald 502f0ea62f
Avoid module recompilation 2023-10-01 17:10:50 +08:00
Julian Ospald e7e6663017
Update stackage to 20.26 2023-10-01 14:53:37 +08:00
Julian Ospald e27fed09f3
Fix sdist 2023-10-01 14:45:41 +08:00
Julian Ospald 9eeac00714
Further improvement to tag documentation 2023-10-01 14:38:40 +08:00
Julian Ospald c0ffb22d6a
Improve documentation around tags 2023-10-01 14:35:31 +08:00
Julian Ospald f0b145d8dd
Merge remote-tracking branch 'origin/pr/890' 2023-09-30 15:20:42 +08:00
Julian Ospald bb700281a3
Update gpg docs 2023-09-30 00:02:36 +08:00
openingnow fcdec4ba2c
Add another cabal store path 2023-09-29 16:58:51 +09:00
Julian Ospald 371eda962f
Update system requirements for specific distro version
fixes #777
2023-09-04 15:08:24 +08:00
Julian Ospald 50252d8613
Merge branch 'fix-optparse-test' 2023-09-03 14:34:40 +08:00
Julian Ospald 78c393a16e
Fix optparse tests on windows 2023-09-02 18:47:42 +08:00
Julian Ospald 9c3478075f
Merge remote-tracking branch 'origin/pr/864' 2023-09-02 16:35:21 +08:00
Julian Ospald 7e7c11fda4
Merge remote-tracking branch 'origin/pr/868' 2023-09-02 16:34:30 +08:00
Julian Ospald bff14761ac
Use optparse-test in release/build 2023-09-02 16:32:46 +08:00
Julian Ospald 99ddcc938f
cabal-fmt 2023-09-02 16:20:54 +08:00
Julian Ospald e2301e2fa7
Merge remote-tracking branch 'origin/pr/862' 2023-09-02 16:19:56 +08:00
Julian Ospald c52096671e
Merge remote-tracking branch 'origin/pr/873' 2023-09-01 13:13:10 +08:00
Julian Ospald 64f03a2f18
Merge remote-tracking branch 'origin/pr/877' 2023-08-29 18:19:04 +08:00
Fendor a72b78ef96 Update supported tools table for HLS 2.2.0.0 2023-08-27 14:33:42 +02:00
Zubin Duggal b17849c258
Add my GPG keys to the docs 2023-08-23 17:59:56 +05:30
Julian Ospald d759535faa
Merge remote-tracking branch 'origin/pr/870' 2023-08-14 17:45:58 +08:00
Fendor c25c07aa61 Update supported tool list 2023-08-12 11:56:12 +02:00
Lei Zhu 5f361e1e0b Fix compile test 2023-08-05 13:47:51 +08:00
Lei Zhu bcb498de20 Merge branch 'master' into optparse-test-suite 2023-08-05 13:08:41 +08:00