9a17eaa32a
Bump metadata version since we added new distros
2023-10-21 19:23:24 +08:00
480d6be02f
Add explicit support for Void Linux, fixes #378
2023-10-21 19:23:24 +08:00
3e907bd890
Add explicit support for Rocky Linux
2023-10-21 19:23:24 +08:00
41d44b037d
Validate gpg sig even if using file:// yaml url
2023-10-21 19:23:24 +08:00
9eeac00714
Further improvement to tag documentation
2023-10-01 14:38:40 +08:00
c0ffb22d6a
Improve documentation around tags
2023-10-01 14:35:31 +08:00
7e7c11fda4
Merge remote-tracking branch 'origin/pr/868'
2023-09-02 16:34:30 +08:00
Lei Zhu
bcb498de20
Merge branch 'master' into optparse-test-suite
2023-08-05 13:08:41 +08:00
Arjun Kathuria
fd6ff9f8ec
pretty-print instances for VersionRange and VersionCmp types
2023-07-30 12:45:01 +05:30
Lei Zhu
6f07b6a343
compile test
2023-07-24 23:04:18 +08:00
Lei Zhu
f400f43b8c
list test
2023-07-23 23:51:03 +08:00
Lei Zhu
38db038953
changlog test
2023-07-22 17:14:49 +08:00
c149ee8d2b
Print better error on 'ghcup <command> <tool>-<version>'
...
Wrt #180
2023-07-22 12:21:19 +08:00
6623e4b1c8
Add GHC JS cross test
2023-07-19 08:12:10 +08:00
5170baf074
Fix cleaning up directories of compiled tools
...
'fromSrc' doesn't work well anyway.
2023-07-18 11:02:26 +08:00
09d72e7c97
Don't error on non-empty dirs during cleanup
2023-07-17 23:15:43 +08:00
621cc5782b
Consume 'VERSION' file if it exists
2023-07-16 21:22:37 +08:00
482503ca0a
Fix cross-compilation on make
2023-07-15 20:16:54 +08:00
2fb7328a6e
Detect hadrian/make automatically, wrt #846
2023-07-15 20:16:36 +08:00
0da5572164
Don't need --bignum option
2023-07-07 23:20:16 +08:00
055df584a4
Avoid duplicates in cross compilers showing up
2023-07-07 21:09:55 +08:00
a43fa7d63e
More cross fixes to install bindist
2023-07-07 16:41:58 +08:00
4361ef7a72
Fix cross target being ignored
2023-07-07 00:39:31 +08:00
Sylvain Henry
3218aaa378
Allow cross-compilation with Hadrian
2023-07-07 00:38:50 +08:00
186a37cf3e
Fix cross bindist installation
2023-07-07 00:38:50 +08:00
Sylvain Henry
7b1f591cc4
Fix Lint issues
2023-07-06 20:49:57 +08:00
513f7446b3
Fix
2023-06-29 14:30:07 +08:00
aed478153d
Print alternative day if day not found
2023-05-14 22:06:38 +08:00
210816769a
Add dlOutput to DownloadInfo
2023-05-14 22:06:38 +08:00
4b34cddcda
Implement support for nightlies, wrt #824
2023-05-14 19:43:49 +08:00
c28de19faa
Fix GC with XDG dirs, fixes #810
2023-03-18 22:04:37 +08:00
Arjun Kathuria
1850c00e9d
fix: project build error with new haskus-utils-variant version
...
* New haskus-utils-variant version 3.3 now includes the function
"throwSomeE", which was now causing a compile error, since
we have a function of the same name in our code.
* The function imported from the package and our own version clashed.
* Solution was to conditionally include our shim when haskus-utils-variant
version < 3.3
2023-03-13 00:25:04 +05:30
d628848af6
Silence hlint
2023-02-23 23:15:08 +08:00
b547324253
Smarter variants for 'listDirectory', fixing #797
2023-02-23 21:47:50 +08:00
cd6666ed30
Merge branch 'latest-prerelease'
2023-02-21 23:00:47 +08:00
4a830d9fb7
Fix regression in JFS support, fixes #787
2023-02-21 22:48:22 +08:00
785fb895b4
Implement 'latest-prerelease' tag wrt #788
2023-02-21 22:22:11 +08:00
e03c5ee4a1
Don't fail on setModificationTime, fixes #784
...
Related:
* https://github.com/actions/runner-images/issues/7061
* https://github.com/actions/runner-images/pull/7068
2023-02-19 19:24:45 +08:00
f575dcdad6
Improve usability on 'ghcup config add-release-channel'
...
Fixes #751 (or so I hope).
2023-02-12 19:58:08 +08:00
6d3e8d65e1
Make readDirEntPortable more robust
2023-02-11 18:51:34 +08:00
53e324bfee
Fix failure on JFS filesystems
...
Some filesystems always return DT_UNKNOWN for d_type, since
it's non-portable.
For those cases we use 'stat' to figure out the file type.
Similar to: https://github.com/ggreer/the_silver_searcher/pull/37
2023-02-03 22:48:05 +08:00
a38ca1954b
Fix build on unix with -ftui
2023-01-13 12:33:40 +08:00
5eeb8ca9fc
Fix windows
2023-01-13 00:26:15 +08:00
a427146de5
Update dependencies and make buildable with GHC-9.4.4
2023-01-12 13:52:08 +08:00
74edf1fc07
Merge branch 'testsuite'
2023-01-12 12:58:39 +08:00
1e32639873
Implement 'ghcup test ghc' based on the bindist testsuite
2023-01-12 12:58:10 +08:00
26a6368d79
Merge remote-tracking branch 'origin/pr/700'
2023-01-08 22:26:19 +08:00
703be0a706
Add support for mirrors wrt #357
2023-01-04 00:36:07 +08:00
4be97ffd7c
Pad and use hyperlinks
2023-01-03 23:43:46 +08:00
009f9211a9
Integrate with errors.haskell.org
...
Fixes #434
2023-01-03 23:43:46 +08:00