Commit Graph

397 Commits

Author SHA1 Message Date
Julian Ospald 35bf9b5ff2
Merge branch 'libarchive' 2020-07-05 23:33:47 +02:00
Julian Ospald bed2cca8d2
Use libarchive instead of tar-bytestring 2020-07-05 23:03:24 +02:00
Julian Ospald 9717a1c00f
Use os-release package 2020-07-04 23:28:30 +02:00
Julian Ospald 3ddc719d8a
Fix quasi quotes in Main 2020-07-04 21:49:59 +02:00
Julian Ospald 4b89810892
Rm unused functions 2020-07-04 21:20:08 +02:00
Julian Ospald b82367838d
Fix memory leak 2020-07-04 21:18:51 +02:00
Julian Ospald dd7556ba21
Merge branch 'less-bash' 2020-06-27 21:38:12 +02:00
Julian Ospald f4b6bfc594
Merge branch 'better-platform' 2020-06-27 21:37:45 +02:00
Julian Ospald f9251589cd
Add some architectures 2020-06-27 19:00:13 +02:00
Julian Ospald 2de549862a
Get rid of language-bash
And clean up detection logic a bit. We also don't
read /etc/lsb-release manually more, since it's format is
not specified.
2020-06-27 18:54:20 +02:00
Julian Ospald c502f70f68
Update DOCKER_REV 2020-06-27 01:38:38 +02:00
Julian Ospald cbf076740a
Merge branch 'hadrian' 2020-06-20 18:59:01 +02:00
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