Commit Graph

780 Commits

Author SHA1 Message Date
Julian Ospald 4a86b2479e
Fix up .cabal file 2021-04-09 19:39:14 +02:00
Julian Ospald 7bb2552d0f
Tighten bounds for hackage 2021-04-09 19:18:44 +02:00
Julian Ospald ad21640cd9
Please 'cabal check' 2021-04-09 19:13:36 +02:00
Julian Ospald e4aad4e645
Use lzma-static 2021-04-09 19:01:31 +02:00
Julian Ospald adf44ba141
Validate subdirs too, fixes #52 2021-04-02 16:54:27 +02:00
Julian Ospald 8707b194fd
Add GHC-9.2.1-alpha1 2021-04-02 16:34:14 +02:00
Julian Ospald 77bb7c4aba
Merge branch 'PR/issue-119' 2021-04-01 21:03:14 +02:00
Julian Ospald 7383fdd0c0
Make parser more lax, fixes #119
Also make sure we don't print the warning message
20 times, so avoid some repeated IO.
2021-04-01 17:21:00 +02:00
Julian Ospald f4201d946a
Merge branch 'chores' 2021-03-24 18:50:26 +01:00
Julian Ospald d5b5f1fddd
Chores 2021-03-24 17:56:57 +01:00
Julian Ospald 910d660732
Update README 2021-03-08 17:59:56 +01:00
Julian Ospald ab4ad3a1bb
Merge branch 'PR/issue-106' 2021-03-08 17:36:00 +01:00
Julian Ospald 13b27101f1
Create fish config dir if it doesn't exist
Fixes #106
2021-03-08 16:18:26 +01:00
Julian Ospald 44b5d0dcff
Merge branch 'PR/cabal-updates' 2021-03-08 10:35:06 +01:00
Julian Ospald df54b3711f
Update cabal.project etc 2021-03-07 20:54:53 +01:00
Julian Ospald 197288453f
Update cabal.project etc 2021-03-07 19:46:44 +01:00
Julian Ospald 00d5691a13
Post release tasks 2021-03-07 14:50:08 +01:00
Julian Ospald 561b6684ce
Update travis 2021-03-07 12:33:21 +01:00
Julian Ospald a13bb3154d
Update CHANGELOG 2021-03-07 12:27:04 +01:00
Julian Ospald fd9d3faf9f
Merge branch 'PR/issue-116' 2021-03-07 12:24:05 +01:00
Julian Ospald f6cc467e95
Fix handling of stray versions wrt #116 2021-03-07 12:02:13 +01:00
Julian Ospald ef978c1230
Add test case for issue #116 2021-03-07 11:59:45 +01:00
Julian Ospald 52af598473
Update ghcup in old yamls 2021-03-06 16:02:09 +01:00
Julian Ospald 2acacd46c2
Bump stack.yaml 2021-03-02 19:37:09 +01:00
Julian Ospald 4b2f9ddb40
Update project files 2021-03-02 19:22:14 +01:00
Julian Ospald 0d3dc4eba2
Bump ghcup version 2021-03-02 12:39:24 +01:00
Julian Ospald 824faa8091
Update CHANGELOG 2021-03-02 12:38:11 +01:00
Julian Ospald d10cdfdf57
Merge branch 'PR/issue-115' 2021-03-02 12:34:52 +01:00
Julian Ospald 5e911793ce
Document env variables wrt #95 2021-03-02 10:51:23 +01:00
Julian Ospald 8c87c9aeb7
Fix error messages and overhaul pretty printing
Fixes #115
2021-03-02 10:35:31 +01:00
Julian Ospald 9da5998a5c
Add some fancy messages 2021-02-26 19:55:33 +01:00
Julian Ospald 08943dadca
Fix validation 2021-02-26 16:06:08 +01:00
Julian Ospald 7fac7226c5
Update ghcup 2021-02-26 15:38:35 +01:00
Julian Ospald 9686c8ebf9
Update changelog 2021-02-26 11:53:57 +01:00
Julian Ospald 4bf96d0ec9
Revert version bump in bootstrap script 2021-02-25 19:19:53 +01:00
Julian Ospald 34add82bee
Merge branch 'PR/issue-114' 2021-02-25 19:18:13 +01:00
Julian Ospald f46e7e8c4b
Add "ghcup set ghc next" tag wrt #114 2021-02-25 19:10:55 +01:00
Julian Ospald 3baf254251
Improve tag completer 2021-02-25 16:13:00 +01:00
Julian Ospald 10ca9ea827
Reformat versionCompleter 2021-02-25 15:52:28 +01:00
Julian Ospald 4a50c8ecb7
Remove network call on shell completion 2021-02-25 15:46:08 +01:00
Julian Ospald 47d9766c78
Make sure forFold can properly inline 2021-02-25 15:40:52 +01:00
Julian Ospald 45ab69960f
Merge remote-tracking branch 'origin/merge-requests/70' 2021-02-25 15:36:37 +01:00
Julian Ospald d3505d4ee6
Bump version to 0.1.13 2021-02-25 15:33:52 +01:00
Julian Ospald 9297d1a2f8
Merge branch 'arm' 2021-02-25 14:22:59 +01:00
Julian Ospald 56feb7c09e
Use stages in CI 2021-02-25 14:14:01 +01:00
Julian Ospald bede4b8712
Merge branch 'www-fix-silicon-copy' 2021-02-25 13:33:11 +01:00
Julian Ospald 95c1c55f22
Fix copy button for apple silicon 2021-02-25 13:32:46 +01:00
Julian Ospald f547a6eb68
Support ARM/AARCH 2021-02-25 11:53:36 +01:00
Huw campbell 453a29fdf7 Respect the user's configuration settings
Only lookup user configuration before doing a search; implement version completion for Cabal and HLS removal
2021-02-25 16:31:40 +11:00
Huw campbell 1a5f0259f4 Just use the cache for commands which refer to locally stored objects.
Setting a version of GHC will fail if provided with a version not installed,
and we don't neede to check the most recent list of GHCs available to know
that.
2021-02-25 10:19:16 +11:00