Commit Graph

185 Commits

Author SHA1 Message Date
Julian Ospald 86c144b285
Merge remote-tracking branch 'remotes/origin/merge-requests/12' into hadrian 2020-06-20 14:40:47 +02:00
Julian Ospald 7ec6e8604c
Slight style changes 2020-06-20 14:37:38 +02:00
Julian Ospald de70f4820f
Merge remote-tracking branch 'origin/merge-requests/13' into hadrian 2020-06-20 12:39:21 +02:00
Brian McKenna febe6fcb35 Fix behaviour of non-Hadrian builds
getFileStatus will resolve symbolic links. getSymbolicLinkStatus doesn't.
2020-06-20 03:38:41 +00:00
Brian McKenna 3055529d4c Update GHCupDownloads with ghcup-0.0.2.json content 2020-06-19 23:17:34 +00:00
Brian McKenna d276bfb3ec Extract Hadrian logic to isHadrian function with comment 2020-06-19 23:06:46 +00:00
Julian Ospald 9db0664465
Add hie.yaml 2020-06-19 19:44:30 +02:00
Julian Ospald e9c727647a
Update .gitigore 2020-06-19 19:42:55 +02:00
Julian Ospald 55eef8a3d3
Merge branch 'redhat' 2020-06-19 19:22:56 +02:00
Julian Ospald d07ad3eb26
Update ghcup-0.0.2.json with redhat wrt #29 2020-06-19 10:49:31 +02:00
Sigmund Vestergaard ad53b141c7
Removed reference to specific version of RHEL in GHCupDownloads.hs 2020-06-19 10:49:31 +02:00
Sigmund Vestergaard 23c13a07a9
Added support for RedHat in lib/GHCup/Data/GHCupDownloads.hs 2020-06-19 10:49:31 +02:00
Brian McKenna a186b07763 Support Hadrian provided bindists
Fixes #31
2020-06-18 14:03:51 +00:00
puffnfresh 1ca628aba1 Fix dlSubdir of ghc-8.10.1-x86_64-unknown-linux for Linux_Alpine 2020-06-18 07:52:34 -04:00
Julian Ospald 8f4ef48891
Merge remote-tracking branch 'origin/merge-requests/10' 2020-06-14 11:50:02 +02:00
Artur Gajowy d852ab3415 Use `BOOTSTAP_HASKELL_{GHC,CABAL}_VERSION` env vars as overrides 2020-06-14 00:15:50 +02:00
Julian Ospald a1bcc4b51f
Strip release binaries 2020-05-30 22:15:48 +02:00
Julian Ospald be93a98bd4
Update ToolRequirements for Ubuntu, add Debian
Fixes #26
2020-05-17 18:43:58 +02:00
Julian Ospald 85054d9c76
Show note for versions that don't have a bindist 2020-05-15 21:53:45 +02:00
Julian Ospald 6c95218daf
Support multiple installed versions of cabal
Fixes #23
2020-05-13 21:33:45 +02:00
Julian Ospald ede6299681
Update darwin binary 2020-05-10 13:47:06 +02:00
Julian Ospald bf6e94cfb2
Allow to build zlib and lzma statically
This should fix issues on Darwin.
2020-05-10 13:12:39 +02:00
Julian Ospald 378942cbce
Update darwin ghcup-0.1.5 binary
Seems to be broken on some systems due to
gitlab CI using homebrew. Switched back
to building it on travis.

Fixes #21
2020-05-07 21:35:40 +02:00
Julian Ospald 1207c7b3dd
Revert "Remove travis"
This reverts commit 5e35a91ef0.
2020-05-07 18:32:55 +02:00
Julian Ospald 788883df7b
Fix CI 2020-05-07 00:42:52 +02:00
Julian Ospald 5ab1f6c203
Small improvements to bootstrap-haskell 2020-05-06 22:33:52 +02:00
Julian Ospald 175066780b
Forget about .bash_profile
Previously we would prefer .bash_profile
if no .bashrc exists, but that seems a bit
far-fetched.

.bash_profile is for login shells, .bashrc
is sourced for interactive non-login shells,
but most .bash_profiles also explicitly source
.bashrc, so it's hard to go wrong with it.
2020-05-02 23:50:09 +02:00
Julian Ospald a629cf7b9f
Update gitignore 2020-05-01 16:28:51 +02:00
Julian Ospald 684130bfa3
Update bootstrap-haskell 2020-05-01 16:27:41 +02:00
Julian Ospald ee34d85dbc
Set TMPDIR during CI 2020-05-01 16:27:27 +02:00
Julian Ospald d2b280da2d
Update tarballs 2020-04-30 20:46:45 +02:00
Julian Ospald a5593a725f
Cleanup 2020-04-30 00:59:19 +02:00
Julian Ospald 5e35a91ef0
Remove travis 2020-04-30 00:43:44 +02:00
Julian Ospald 4abd10d9c9
Update RELEASING.md 2020-04-30 00:31:33 +02:00
Julian Ospald 0bbac877bd
Update ghcup tarballs 2020-04-30 00:12:30 +02:00
Julian Ospald f558bd9932
Fix CI failing on git-describe 2020-04-29 23:01:51 +02:00
Julian Ospald 781c28b03c
Update RELEASING.md 2020-04-29 22:37:12 +02:00
Julian Ospald a8be2efd85
Bump to version 0.1.5 2020-04-29 22:34:20 +02:00
Julian Ospald f46700e1cc
First cross try 2020-04-29 20:19:01 +02:00
Julian Ospald d7a6935a1a
Fix CI on FreeBSD 2020-04-29 20:14:38 +02:00
Julian Ospald a1282b2854
Fix missing import 2020-04-29 19:36:16 +02:00
Julian Ospald 34b9ea7d20
Fix CI 2020-04-29 19:17:59 +02:00
Julian Ospald 0ff7ebb1fd
Allow to set downloader 2020-04-29 19:12:58 +02:00
Julian Ospald f83dcbc430
Run 'git describe' in CI to make sure --version reports it 2020-04-29 12:38:57 +02:00
Julian Ospald 56e4a6b15f
Invert curl flag to internal-downloader 2020-04-29 09:56:26 +02:00
Julian Ospald ee9b2ec30d
Update docs 2020-04-28 17:41:08 +02:00
Julian Ospald 640cf1e2c1
Add zsh and fish completion wrt #19 2020-04-27 23:36:13 +02:00
Julian Ospald 56c439d716
Fall back to cached ghcup-<..>.json 2020-04-27 23:23:34 +02:00
Julian Ospald 1ed6e49a81
Install git in CI 2020-04-27 21:55:35 +02:00
Julian Ospald fad9f83e6a
Add CentoOS tool requirements 2020-04-27 21:52:44 +02:00