Commit Graph

1411 Commits

Author SHA1 Message Date
f146c77797
Update CHANGELOG 2022-02-18 19:58:13 +01:00
d863ac570b
Merge branch 'windows-fix-whitespace' 2022-02-13 21:17:37 +01:00
d05fad49a1
Fix installation with whitespaces in username, fixes #314 2022-02-13 21:11:48 +01:00
fbbc4497ca
Merge remote-tracking branch 'origin/merge-requests/239' 2022-02-12 13:57:18 +01:00
4223586e62
Merge branch 'issue-137' 2022-02-12 11:46:41 +01:00
c859b3ee2b
Exclude FreeBSD from 'ghcup run' test 2022-02-11 19:24:39 +01:00
8a16b0de7c
Fix tests 2022-02-11 18:51:16 +01:00
9faf17634b
Fix hlint and windows build 2022-02-10 21:49:19 +01:00
66a62c170c
Fix 'ghcup run' for legacy HLS 2022-02-10 20:35:09 +01:00
5186d959bc
Avoid metadata download when possible 2022-02-10 19:29:32 +01:00
09a8a0bda0
Fix build on windows and stack 2022-02-10 18:35:25 +01:00
191f49adfc
Add 'ghcup run' test 2022-02-10 18:31:38 +01:00
MorrowM
26b79c5763 Update site description 2022-02-09 22:25:19 +00:00
c72841ca58
Implement 'ghcup run' 2022-02-09 18:57:59 +01:00
63350dab71
Fix recyclePathForcibly on windows 2022-02-06 22:56:22 +01:00
d110d20879
Fix HLS removal on windows 2022-02-06 22:25:23 +01:00
b4e58478c3
Fix error handling for HLS make 2022-02-06 22:24:52 +01:00
12d2acd7fd
Bump version to 0.1.17.5 2022-02-06 20:54:16 +01:00
6073ebe476
Fix HLS support and compile errors with boot and TH files 2022-02-06 00:32:18 +01:00
5c026591cb
Merge branch 'hls-dynamic-builds' 2022-02-05 21:25:21 +01:00
907365ddff
Fix FreeBSD CI 2022-02-05 19:43:24 +01:00
684953464b
Silence hlint 2022-02-05 19:39:00 +01:00
6b978b42bc
Improve rmHLSNoGHC 2022-02-05 19:12:13 +01:00
6831337289
Refactoring and fixes 2022-02-05 19:11:56 +01:00
e40777a5d3
Resolve paths when using XDG dirs, fixes #311 2022-02-05 16:48:20 +01:00
51690d1df3
Support HLS dynamic builds 2022-02-05 16:33:05 +01:00
72a06e964c
Update supported platform notes 2022-02-03 15:39:11 +01:00
9ffd402481
Add kowainik Haskell course to First steps 2022-02-03 15:21:41 +01:00
dee8d4bc09
Add symlink ftp script 2022-01-31 21:18:24 +01:00
6c57661797
Update docs wrt CI 2022-01-30 18:24:42 +01:00
b9ff7c5af4
Merge branch 'issue-291' 2022-01-30 18:22:55 +01:00
072161ada2
Don't fail to set ghc version if already installed
Fixes #291
2022-01-30 17:59:27 +01:00
a67b3e8a57
Merge branch 'improve-hls-compile-help' 2022-01-29 20:37:32 +01:00
c9216fb444
Improve help output of hls compile 2022-01-29 20:02:33 +01:00
2aac17ac5f
Merge branch 'issue-305' 2022-01-28 23:47:36 +01:00
17a403b8ce
Merge branch 'issue-307' 2022-01-28 23:20:16 +01:00
b245c11b1d
Allow to disable self-upgrade functionality wrt #305 2022-01-28 23:08:35 +01:00
2ed047515e
Merge remote-tracking branch 'origin/merge-requests/232' 2022-01-28 22:51:22 +01:00
b16e561384
Allow unpacking legacy lzma archives, fixes #307 2022-01-28 22:48:23 +01:00
Phil Ruffwind
2ebff1e887 Fix the indentation in env files
This changes the indentation from tabs to spaces, since tabs get
stripped by the heredoc.
2022-01-26 01:15:06 -08:00
655ee432f8
Merge remote-tracking branch 'origin/merge-requests/231' 2022-01-19 17:03:29 +01:00
67b7b2f292
Don't print to stdout during logging 2022-01-19 15:40:58 +01:00
66961101c6
Add documentation about mirrors, fixes #300 2022-01-19 13:04:00 +01:00
326af49a8f
Merge remote-tracking branch 'origin/merge-requests/229' 2022-01-17 21:15:30 +01:00
3a7ed5ee2d
Fix hlint warnings 2022-01-12 22:55:00 +01:00
56fa798406
Merge remote-tracking branch 'origin/merge-requests/230' 2022-01-12 22:34:46 +01:00
James Hobson
3fd9fae66a
Changed to use IO Exceptions 2022-01-12 13:31:10 +01:00
James Hobson
5d43168370
Updated help message for ghcup compile ghc -h 2022-01-12 10:06:38 +01:00
James Hobson
f8548fefb3
Added support for quilt series files when patching 2022-01-12 10:01:48 +01:00
Phil Ruffwind
3565c32d51 Avoid adding duplicates to PATH
Without this, each time the env script gets executed it will add a copy
of the paths to PATH. This can happen when shells are nested.

The "case" trick was inspired by:
184a899f45/src/cli/self_update/env.sh
2022-01-08 00:34:16 -08:00