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
Iterations
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
Haskell
ghcup-hs
Commits
53148fd1
Verified
Commit
53148fd1
authored
4 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Release 0.1.7
parent
8985101b
No related branches found
No related tags found
No related merge requests found
Pipeline
#22460
passed with warnings
4 years ago
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+11
-0
11 additions, 0 deletions
CHANGELOG.md
ghcup.cabal
+1
-1
1 addition, 1 deletion
ghcup.cabal
lib/GHCup/Version.hs
+1
-1
1 addition, 1 deletion
lib/GHCup/Version.hs
with
13 additions
and
2 deletions
CHANGELOG.md
+
11
−
0
View file @
53148fd1
# Revision history for ghcup
## 0.1.7 -- 2020-07-20
*
Fix a bug in libarchive not unpacking some uncleanly packed bindists
*
Improved fish support in bootstrap-haskell
*
Only check for upgrades when not upgrading
*
Fix platform detection for i386 docker images
*
Improve alpine support
-
more/proper bindists
-
don't fall back to glibc based bindists
-
install bindists with
`--disable-ld-override`
to avoid ld.gold bugs
## 0.1.6 -- 2020-07-13
*
Create a new curses (brick) based TUI, accessible via
`ghcup tui`
#24
...
...
This diff is collapsed.
Click to expand it.
ghcup.cabal
+
1
−
1
View file @
53148fd1
cabal-version: 3.0
name: ghcup
version: 0.1.
6
version: 0.1.
7
synopsis: ghc toolchain installer as an exe/library
description:
A rewrite of the shell script ghcup, for providing
...
...
This diff is collapsed.
Click to expand it.
lib/GHCup/Version.hs
+
1
−
1
View file @
53148fd1
...
...
@@ -16,7 +16,7 @@ ghcupURL :: URI
ghcupURL
=
[
uri
|
https://www.haskell.org/ghcup/data/ghcup-0.0.2.json
|]
ghcUpVer
::
PVP
ghcUpVer
=
[
pver
|
0.1.
6
|]
ghcUpVer
=
[
pver
|
0.1.
7
|]
numericVer
::
String
numericVer
=
T
.
unpack
.
prettyPVP
$
ghcUpVer
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