Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghcup-hs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Kaznacheev
ghcup-hs
Commits
30d9eb56
Verified
Commit
30d9eb56
authored
3 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Bump to 0.1.17.1
parent
9fe7af33
No related branches found
Branches containing commit
Tags
v0.1.17.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/CHANGELOG.md
+9
-0
9 additions, 0 deletions
docs/CHANGELOG.md
ghcup.cabal
+1
-1
1 addition, 1 deletion
ghcup.cabal
scripts/bootstrap/bootstrap-haskell
+1
-1
1 addition, 1 deletion
scripts/bootstrap/bootstrap-haskell
with
11 additions
and
2 deletions
docs/CHANGELOG.md
+
9
−
0
View file @
30d9eb56
# Revision history for ghcup
## 0.1.17.1 -- 2021-09-26
*
Fix
`NO_COLOR`
*
Fix
`ghcup list -t`
for hls/stack, wrt
[
#244
](
https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/244
)
*
Get rid of concurrent-output
*
Improve cli interface with partial versions (e.g.
`ghcup install ghc 8`
)
*
Fix HLS compilation builds
*
Implement
`ghcup gc`
(garbage collection) command
## 0.1.17 -- 2021-09-20
*
Add
`--force`
option to install/compile wrt
[
#210
](
https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/210
)
by Arjun Kathuria
...
...
This diff is collapsed.
Click to expand it.
ghcup.cabal
+
1
−
1
View file @
30d9eb56
cabal-version: 3.0
name: ghcup
version: 0.1.17
version: 0.1.17
.1
license: LGPL-3.0-only
license-file: LICENSE
copyright: Julian Ospald 2020
...
...
This diff is collapsed.
Click to expand it.
scripts/bootstrap/bootstrap-haskell
+
1
−
1
View file @
30d9eb56
...
...
@@ -21,7 +21,7 @@
plat
=
"
$(
uname
-s
)
"
arch
=
$(
uname
-m
)
ghver
=
"0.1.17"
ghver
=
"0.1.17
.1
"
base_url
=
"https://downloads.haskell.org/~ghcup"
export
GHCUP_SKIP_UPDATE_CHECK
=
yes
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment