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
Merge requests
!100
Debug CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Debug CI
debug-CI
into
master
Overview
0
Commits
5
Pipelines
25
Changes
6
Closed
Julian Ospald
requested to merge
debug-CI
into
master
3 years ago
Overview
0
Commits
5
Pipelines
25
Changes
6
Expand
0
0
Merge request reports
Compare
master
version 25
ec1da1e9
3 years ago
version 24
bbd5f101
3 years ago
version 23
1ef7e4d0
3 years ago
version 22
56ea6471
3 years ago
version 21
ba349315
3 years ago
version 20
a029fa4b
3 years ago
version 19
4d96886e
3 years ago
version 18
a7d62a56
3 years ago
version 17
cbd27d8e
3 years ago
version 16
bb24970b
3 years ago
version 15
5ead4b13
3 years ago
version 14
5df200a0
3 years ago
version 13
c3ec0549
3 years ago
version 12
695636bb
3 years ago
version 11
bd65bed4
3 years ago
version 10
d59ba252
3 years ago
version 9
f072547d
3 years ago
version 8
8152094d
3 years ago
version 7
75153e30
3 years ago
version 6
3ecfc496
3 years ago
version 5
46ea7307
3 years ago
version 4
5ee17ccd
3 years ago
version 3
56dcef09
3 years ago
version 2
08d680be
3 years ago
version 1
9baf6d5c
3 years ago
master (base)
and
latest version
latest version
ec1da1e9
5 commits,
3 years ago
version 25
ec1da1e9
6 commits,
3 years ago
version 24
bbd5f101
6 commits,
3 years ago
version 23
1ef7e4d0
6 commits,
3 years ago
version 22
56ea6471
6 commits,
3 years ago
version 21
ba349315
6 commits,
3 years ago
version 20
a029fa4b
5 commits,
3 years ago
version 19
4d96886e
4 commits,
3 years ago
version 18
a7d62a56
2 commits,
3 years ago
version 17
cbd27d8e
2 commits,
3 years ago
version 16
bb24970b
2 commits,
3 years ago
version 15
5ead4b13
2 commits,
3 years ago
version 14
5df200a0
2 commits,
3 years ago
version 13
c3ec0549
2 commits,
3 years ago
version 12
695636bb
2 commits,
3 years ago
version 11
bd65bed4
1 commit,
3 years ago
version 10
d59ba252
1 commit,
3 years ago
version 9
f072547d
1 commit,
3 years ago
version 8
8152094d
1 commit,
3 years ago
version 7
75153e30
1 commit,
3 years ago
version 6
3ecfc496
1 commit,
3 years ago
version 5
46ea7307
1 commit,
3 years ago
version 4
5ee17ccd
1 commit,
3 years ago
version 3
56dcef09
1 commit,
3 years ago
version 2
08d680be
1 commit,
3 years ago
version 1
9baf6d5c
1 commit,
3 years ago
6 files
+
73
−
51
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
.gitlab/before_script/darwin/install_deps.sh
+
10
−
0
Options
@@ -19,4 +19,14 @@ fi
./ghcup-bin
set
${
GHC_VERSION
}
./ghcup-bin install-cabal
${
CABAL_VERSION
}
if
[
$ARCH
=
'ARM64'
]
;
then
cabal update
mkdir
vendored
cd
vendored
cabal unpack network-3.1.2.1
cd
network
*
autoreconf
-fi
cd
../..
fi
exit
0
Loading