Commit Graph

253 Commits

Author SHA1 Message Date
13612acb2a
Merge branch 'alpine-ghc-support' 2019-06-14 10:06:25 +08:00
258b61b4da
Merge branch 'major-version-symlinks' 2019-06-14 09:55:18 +08:00
010b140cda
Introduce major version symlinks wrt #101 2019-06-13 14:49:08 +08:00
00fd6f53b9
Add GHC alpine supprt wrt #82
* the bindists are not official
* we have to allow curl to follow redirects, because github
  hosts on AWS
* bindists are built without haddock support, so those symlinks
  must be conditional for now, see
  https://github.com/redneb/ghc-alt-libc/issues/5
2019-06-13 14:47:33 +08:00
62d9606d88
Merge branch 'github-ci' 2019-06-13 12:10:28 +08:00
b45916a6c8
Use local .available-versions and .download-urls 2019-06-13 11:08:44 +08:00
a6aace4734
Install missing libnuma 2019-06-13 11:01:48 +08:00
Matthew Pickering
9c7e02af23 Execute .github-ci.sh 2019-06-12 17:46:55 +01:00
Matthew Pickering
2b04c0a242 Fix CI config 2019-06-12 15:55:30 +01:00
931576b903
First attempt of github ci 2019-05-30 12:31:05 +08:00
bcdff68d54
Add support GHCUP_META_DOWNLOAD_URL and GHCUP_META_VERSION_URL, fixes #45
Allowing to overwrite .download-urls and .available-versions URLs.

Example:

  GHCUP_META_DOWNLOAD_URL=file://$(pwd)/.download-urls \
  GHCUP_META_VERSION_URL=file://$(pwd)/.available-versions \
    ./ghcup --verbose list
2019-05-30 12:11:22 +08:00
310fe03b1f
Fix .available-versions
Space is not allowed.
2019-05-30 12:04:26 +08:00
78b0d99935
Make 8.6.5 the recommended GHC version
This will break FreeBSD in the meantime, but well...
2019-05-30 12:00:17 +08:00
aa523a206a
Make --version end with a newline, fixes #96 2019-05-30 11:56:38 +08:00
ee2d370ece
Remove github issue template 2019-05-24 16:53:10 +08:00
63acd29639
Remove travis 2019-05-24 16:53:00 +08:00
da988b1eaf
Move away from github 2019-05-24 16:22:40 +08:00
8a6ff2ff16
Merge remote-tracking branch 'origin/pr/90' 2019-05-24 10:08:36 +08:00
a3cc8386ec
Merge remote-tracking branch 'origin/pr/99' 2019-05-24 10:06:47 +08:00
Francesco Gazzetta
5a60195c47 Add Linux Mint support 2019-05-19 19:50:21 +02:00
17aafe3439
posix_realpath: if dir does not exist also append to current dir
This matches realpath behavior.
2019-05-17 11:12:12 +08:00
6e1ee078cc
posix_realpath: make sure we don't loop infinitely
On broken symlink loops this would never terminate. The most
naive and easy solution is a max of loop steps.
2019-05-17 11:12:12 +08:00
09abd528ee
Merge branch 'some-error-handling' 2019-05-17 11:05:29 +08:00
ed456d2071
Fix cd when CDPATH is set wrt #98 2019-05-17 11:02:07 +08:00
3c5e323490
Improve some error handling 2019-04-24 14:38:34 +08:00
01f7a58565
Add support for 8.6.5 2019-04-24 14:37:32 +08:00
85ae92c4cb
Add FAQ section to README 2019-04-13 10:34:01 +08:00
c4a8789ed3
Be a little bit less verbose in bootstrap-haskell 2019-04-11 10:42:29 +08:00
8c1dfa3ba0
Enable caching only for bootstrap-haskell wrt #11 2019-04-11 10:35:37 +08:00
c64cf0efca
Silence stderr for download_to_stdout 2019-04-11 10:24:30 +08:00
f8abcb7d08
Merge branch 'system-reqs' 2019-04-11 10:15:15 +08:00
ad75249fc4
Merge branch 'ghcup-upgrade-tweak' 2019-04-10 23:57:35 +08:00
ba64b13417
Introduce print-system-reqs wrt #49
And also make bootstrap-haskell print this by default.
2019-04-10 23:43:58 +08:00
50f661092d
Fix ghcup list -t all 2019-04-10 21:56:48 +08:00
2a92c96ea9
Merge branch 'overhaul-list-subcommand' 2019-04-10 19:06:31 +08:00
ae8b5ae27e
Debug output to stderr 2019-04-10 14:42:36 +08:00
032b95aa9b
Remove show command, which is obsolete now 2019-04-10 14:37:01 +08:00
f26830c9b4
Considerably tweak the list subcommand wrt #88 2019-04-10 14:37:01 +08:00
36e8389bb0
Tweak ghcup upgrade
1. add --inplace flag
2. by default install into BIN_LOCATION
2019-04-07 02:08:09 +08:00
ae99de5876
Merge branch 'rm-cabal-reinstall' 2019-03-28 08:35:09 +08:00
78a6e235a8
Don't reinstall cabal-install from source in bootstrap-haskell
We already have the latest version available quite reliably.
2019-03-27 22:54:02 +08:00
0250b9fc97
Merge remote-tracking branch 'origin/pr/79' 2019-03-25 16:27:06 +08:00
Dale Wijnand
66c63f349d
Prefer "macOS" over "Mac OS X"
(Apple rebranded Mac OS X to OS X in 2012, and then to macOS in 2016.)
2019-03-24 18:27:10 +00:00
Dale Wijnand
6cd563b139
Stop pointing to futurice now macOS is supported 2019-03-24 18:27:07 +00:00
febd0ac8a3
Merge branch 'www' 2019-03-23 20:26:18 +08:00
afe5670101
[www] Add note for people who don't like curl | sh 2019-03-23 11:44:05 +08:00
9b2cb028c5
[www] Make a distinction between unix, linux, mac, ... 2019-03-23 11:23:28 +08:00
c902304793
Add ghcup www, design from rustup 2019-03-23 00:44:14 +08:00
ff9261ba0c
Merge branch 'changelog-subcommand' 2019-03-07 20:01:29 +08:00
12f9f155fb
Implement changelog subcommand wrt #72 2019-03-07 20:00:43 +08:00