Commit Graph

367 Commits

Author SHA1 Message Date
Julian Ospald 96d29059ba
Create issue template 2018-12-15 00:35:31 +08:00
Julian Ospald 75e48da9a0
Introduce a GHCUP_INSTALL_BASE_PREFIX
Partly "fixes" #7
2018-12-15 00:31:19 +08:00
Julian Ospald 6072ded541
Merge remote-tracking branch 'origin/pr/59' 2018-12-12 10:39:49 +08:00
Dale Wijnand 549340c95a
Drop unused fast_finish: true from .travis.yml
"fast_finish: true" is only effective when you have jobs in your
build matrix that you allow to fail, which isn't the case here.

https://blog.travis-ci.com/2013-11-27-fast-finishing-builds
2018-12-11 22:13:33 +00:00
Julian Ospald 2f44cc88ac
Fix download url for 8.6.3 2018-12-08 12:56:25 +08:00
Julian Ospald 0b67aeb23f
Update for GHC-8.6.3 2018-12-08 12:34:51 +08:00
Herbert Valerio Riedel ed54676794
Add alpine/aix/fbsd cabal bindists to metadata 2018-11-28 01:08:21 +01:00
Herbert Valerio Riedel 18d393cfba
Improve detection logic for CentOS/Alpine/AIX/FreeBSD 2018-11-28 01:08:20 +01:00
Herbert Valerio Riedel d900d0b10c
Emit distro-alias inferred in `debug-info` output 2018-11-28 01:08:20 +01:00
Julian Ospald c3adab5c43
Add cabal-install 2.4.1.0 to metadata, fixes #54 2018-11-27 15:16:38 +08:00
Julian Ospald 17fe22202e
Add design goals to README 2018-11-24 19:35:17 +08:00
Julian Ospald b7fd47373a
Merge remote-tracking branch 'origin/pr/52' 2018-11-20 10:39:31 +08:00
gbaz 96ea0766ac
update readme to reflect mac support 2018-11-19 11:04:48 -05:00
Julian Ospald 907adca572
Create missing haddock -> haddock-ghc symlink
Fixes #50
2018-11-19 21:12:22 +08:00
Julian Ospald d0eae9ab94
Merge remote-tracking branch 'origin/pr/44' 2018-11-13 00:10:48 +08:00
Oleg Grenrus 6008d8a964 Support installing on macOS aka Darwin
Resolves https://github.com/haskell/ghcup/issues/33
2018-11-11 20:13:06 +02:00
Julian Ospald 2b9f1a4a20
Include tags in 'ghcup list' and improve formatting 2018-11-06 22:01:02 +08:00
Julian Ospald 5eee1b6d58
Fix check_meta_file_version calls 2018-11-06 16:27:27 +08:00
Julian Ospald 478dd40dcf
Merge remote-tracking branch 'origin/pr/43' 2018-11-06 16:13:35 +08:00
Julian Ospald cbb027d1ea
Allow to specify tags for 'install' and 'install-cabal' 2018-11-06 15:14:55 +08:00
Julian Ospald a8032d54d5
Merge remote-tracking branch 'remotes/origin/pr/42' 2018-11-06 01:42:54 +08:00
Mitchell Rosen 632eda5507
GHC 8.6.2 metadata 2018-11-05 12:19:16 -05:00
Julian Ospald 475d060abe
Rename self-update to upgrade, fixes #38 2018-11-04 19:06:40 +08:00
Julian Ospald 2ef3c22cab
Refactor checking for required commands 2018-11-04 18:26:21 +08:00
Julian Ospald 91f046f6e9
Allow ghcup to be sourced 2018-11-04 18:20:50 +08:00
Julian Ospald 72acd59025
Simplify mkdir calls
mkdir -p is POSIX, so just... use it.
2018-10-31 10:30:38 +08:00
Julian Ospald c04b5bbea0
Some TODO 2018-10-30 22:19:20 +08:00
Julian Ospald abfca7fa75
Simplify mkdir 2018-10-30 21:33:03 +08:00
Julian Ospald c261fd7396
Remove stray TODO 2018-10-30 21:31:31 +08:00
Julian Ospald d4f5715361
README cleanup 2018-10-30 21:30:05 +08:00
Julian Ospald a08d5970d3
Merge remote-tracking branch 'remotes/origin/PR/meta-file-format' 2018-10-30 21:22:32 +08:00
Julian Ospald c1f7ce75f0
Get rid of realpath requirement, fixes #31 2018-10-30 21:21:43 +08:00
Julian Ospald 488079e3a3
Bump VERSION to 0.0.6 2018-10-30 21:21:43 +08:00
Julian Ospald 324d6d9d8c
Improve README 2018-10-30 21:21:43 +08:00
Julian Ospald 1501a2e8fa
Add CONTRIBUTING.md 2018-10-30 21:21:43 +08:00
Julian Ospald cbb19a01c0
Check for required commands
Fixes #8
2018-10-30 21:21:42 +08:00
Julian Ospald 29911cd420
Introduce and use a meta file format for URLs and available versions
Fixes #21
Fixes #9
Fixes #10
Fixes #5
2018-10-30 21:21:42 +08:00
Julian Ospald 3f691b73ad
Fix debug-info to include CACHE_LOCATION 2018-10-28 17:36:10 +08:00
Julian Ospald e3bc9ce99c
Introduce optional tarball caching, fixes #11 2018-10-28 17:34:37 +08:00
Julian Ospald 86ffcf81d9
Allow to use wget instead of curl, fixes #15 2018-10-28 17:00:54 +08:00
Julian Ospald f71bf2fd51
Fix dangling GHC symlink check 2018-10-27 16:41:23 +08:00
Julian Ospald 34aa368e9b
Make GHC removal safer
Fixes #18
2018-10-27 16:18:14 +08:00
Julian Ospald d232aa4993
Little travis cleanup 2018-10-27 15:19:55 +08:00
Julian Ospald 83cc66365b
Remove dangling ghc, ghci, ... symlinks after removal of active GHC 2018-10-27 15:16:57 +08:00
Julian Ospald 5bb5389192
Make uninstallation more robust
For an incomplete installation, we still want to remove
what is left over, so don't fail on non-existing symlinks
in $BIN_LOCATION.
2018-10-27 14:45:14 +08:00
Julian Ospald eb79e39074
Simplify installation 2018-10-20 09:46:58 +08:00
Julian Ospald de13482713
Restructure a bit 2018-10-20 09:42:25 +08:00
Julian Ospald 9af999d19c
Merge remote-tracking branch 'origin/pr/29' 2018-10-20 09:36:21 +08:00
Sam Halliday 3d5190055b inspired => similar to 2018-10-19 16:57:26 +01:00
Sam Halliday e98fc10b83 comma 2018-10-19 16:56:10 +01:00