Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Stack
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
Julian Ospald
Stack
Commits
0b154304
Unverified
Commit
0b154304
authored
2 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Blah
parent
7313260a
No related branches found
No related tags found
No related merge requests found
Pipeline
#57002
failed
2 years ago
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.gitlab/before_script/freebsd/install_deps.sh
+0
-18
0 additions, 18 deletions
.gitlab/before_script/freebsd/install_deps.sh
cabal.project
+0
-2
0 additions, 2 deletions
cabal.project
with
1 addition
and
21 deletions
.gitlab-ci.yml
+
1
−
1
View file @
0b154304
...
@@ -232,7 +232,7 @@ test:linux:32bit:
...
@@ -232,7 +232,7 @@ test:linux:32bit:
stage
:
test
stage
:
test
extends
:
.test_stack_unit:linux32
extends
:
.test_stack_unit:linux32
variables
:
variables
:
GHC_VERSION
:
"
9.2.4"
GHC_VERSION
:
"
8.10.7
CABAL_VERSION:
"3.8.1.0"
CABAL_VERSION:
"3.8.1.0"
needs
:
[]
needs
:
[]
...
...
This diff is collapsed.
Click to expand it.
.gitlab/before_script/freebsd/install_deps.sh
+
0
−
18
View file @
0b154304
...
@@ -2,23 +2,5 @@
...
@@ -2,23 +2,5 @@
set
-eux
set
-eux
# pkg install --force --yes --no-repo-update curl gcc gmp gmake ncurses perl5 libffi libiconv
sudo
pkg update
sudo
pkg
install
--force
--yes
--no-repo-update
compat11x
.
"
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
-P
)
/../../ghcup_env"
mkdir
-p
"
${
TMPDIR
}
"
mkdir
-p
"
${
STACK_ROOT
}
"
curl
-sSfL
https://downloads.haskell.org/~ghcup/x86_64-freebsd13-ghcup
>
./ghcup-bin
chmod
+x ghcup-bin
./ghcup-bin
-v
upgrade
-f
ghcup
install
ghc
${
GHC_VERSION
}
ghcup
set
ghc
${
GHC_VERSION
}
ghcup
install
cabal
${
CABAL_VERSION
}
rm
ghcup-bin
exit
0
exit
0
This diff is collapsed.
Click to expand it.
cabal.project
+
0
−
2
View file @
0b154304
...
@@ -9,8 +9,6 @@
...
@@ -9,8 +9,6 @@
-- `import:` is only available to users of Cabal (the tool) >= 3.8.1.0.
-- `import:` is only available to users of Cabal (the tool) >= 3.8.1.0.
import: https://www.stackage.org/nightly-2022-09-05/cabal.config
-- Extra-deps (if any) would be specified by adding:
-- Extra-deps (if any) would be specified by adding:
--
--
-- constraints: <package_name> == <version_number>
-- constraints: <package_name> == <version_number>
...
...
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