Commit Graph

64 Commits

Author SHA1 Message Date
Julian Ospald de66b92631
Fix upgradeGHCup 2020-04-12 20:22:16 +02:00
Julian Ospald fee3984bf7
Update Downloads 2020-04-12 20:12:36 +02:00
Julian Ospald b953c8fd30
Add RELEASING.md 2020-04-12 20:01:42 +02:00
Julian Ospald 24e4c3a19b
Add HACKING.md 2020-04-12 19:48:26 +02:00
Julian Ospald d2efb504b9
Fix upgradeGHCup
File needs to be unlinked first, because it might
potentially be in use.
2020-04-12 18:54:03 +02:00
Julian Ospald df9dd0e785
Update download info and bootstrap script 2020-04-12 18:31:07 +02:00
Julian Ospald 89c9699158
Clean up help texts 2020-04-12 15:38:01 +02:00
Julian Ospald 124ddcdfeb
Mimic the old ghcup cli options
So we don't break scripts.
2020-04-12 15:38:01 +02:00
Julian Ospald 5c0a0fc155
Update travis secret api key 2020-04-12 15:37:57 +02:00
Julian Ospald b11b74d2b4
Only use major version for Darwin 2020-04-11 22:15:09 +02:00
Julian Ospald 5ac8f5b651
Add new bootstrap-haskell 2020-04-11 21:40:01 +02:00
Julian Ospald 9032df97cf
Add travis support 2020-04-11 21:36:34 +02:00
Julian Ospald 14e1077ad1
Add linux and freebsd ghcup executables to download info 2020-04-11 00:50:15 +02:00
Julian Ospald b5648bdd6b
Improve error in compileGHC 2020-04-10 22:44:43 +02:00
Julian Ospald e7cd952970
Fix missing version detection for darwin and freebsd 2020-04-10 21:11:15 +02:00
Julian Ospald 1455c2c175
Add darwin notarisation 2020-04-10 19:27:17 +02:00
Julian Ospald c106dd3f65
Show curl progress bar 2020-04-10 19:08:02 +02:00
Julian Ospald f6725fbf5f
Add ghcup-0.0.1.json 2020-04-10 18:45:34 +02:00
Julian Ospald c706a047ea
Add tool-requirements subcommand 2020-04-10 18:45:33 +02:00
Julian Ospald 9602db31ab
Bump version to 0.1.0 2020-04-09 20:37:03 +02:00
Julian Ospald c2c47e1b7e
Enable split-sections 2020-04-09 20:35:42 +02:00
Julian Ospald 34386680cc
Remove stack.yaml 2020-04-09 20:08:29 +02:00
Julian Ospald 16a26d9881
Update Dockerfile 2020-04-09 20:08:29 +02:00
Julian Ospald 3496f24f6e
Silence compiler warnings 2020-04-09 20:08:25 +02:00
Julian Ospald 1a5876a074
Update freeze file 2020-04-09 18:28:35 +02:00
Julian Ospald c782bc44de
Avoid unnecessary OpenSSL deps 2020-04-09 18:27:07 +02:00
Julian Ospald f78e7b1cbc
Small refactor and build fixes 2020-04-09 18:26:02 +02:00
Julian Ospald adec7b2398
Allow to build with curl (cli) instead of http-io-streams
This allows to avoid linking against OpenSSL on mac.
2020-04-09 17:01:03 +02:00
Julian Ospald 958bf698b9
Fix bug in caputeOutStreams
We didn't read continuously from the pipe, potentially
blocking it when the buffer is full.
2020-04-09 17:01:03 +02:00
Julian Ospald 6a79782650
Allow to apply patches for compiling from source 2020-04-08 22:57:57 +02:00
Julian Ospald 5382fd9aca
Fix crashes due to utf8 decoding errors 2020-04-08 22:20:26 +02:00
Julian Ospald 8a0236a350
Allow to specify full path to bootstrap GHC 2020-04-08 22:17:39 +02:00
Julian Ospald 3e52def226
Update downloads and version 2020-04-05 11:02:13 +02:00
Julian Ospald 5d3c26b509 Update TODO 2020-03-25 10:23:22 +01:00
Julian Ospald 99941bc2a1 Add docker build 2020-03-24 21:55:33 +01:00
Julian Ospald 63f290107c Add TODO 2020-03-24 21:06:21 +01:00
Julian Ospald 31a8316bfa Implement proper build log scrolling 2020-03-24 21:05:10 +01:00
Julian Ospald 3ff6be5435 Update freeze file 2020-03-21 22:28:22 +01:00
Julian Ospald 0963081fd8 Use OverloadedStrings instead of TH 2020-03-21 22:19:37 +01:00
Julian Ospald af42598a27 Update tar-bytestring lower bound
Otherwise some tarballs like ghc-8.0.2 ones don't
unpack properly.
2020-03-21 20:11:30 +01:00
Julian Ospald e6037b9eb5 Update README 2020-03-21 20:11:18 +01:00
Julian Ospald e58e1c1954 Force LD=ld.bfd for ghc compilation 2020-03-18 17:31:17 +01:00
Julian Ospald c7a831a280 Improve error handling in download
When download fails, delete the partial file, so it
doesn't corrupt the cache.
2020-03-17 23:21:38 +01:00
Julian Ospald e77ed1a26c Fix printing of list results on FreeBSD 2020-03-17 22:58:52 +01:00
Julian Ospald c0c70f5c9b Abstract over make
So on FreeBSD we get gmake.
2020-03-17 22:43:45 +01:00
Julian Ospald fee16758de Move platform faking option into install subcommand 2020-03-17 22:43:00 +01:00
Julian Ospald f8448cf02b Make sure directories exist 2020-03-17 19:16:21 +01:00
Julian Ospald 35b6359c1b Improve error handling 2020-03-17 18:40:25 +01:00
Julian Ospald 9c7d17800d Create ~/.ghcup dir on start 2020-03-17 18:39:51 +01:00
Julian Ospald ee570c024c Improve logging messages 2020-03-17 18:39:41 +01:00