Skip to content
Snippets Groups Projects
Unverified Commit 0b154304 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Blah

parent 7313260a
No related branches found
No related tags found
No related merge requests found
Pipeline #57002 failed
...@@ -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: []
......
...@@ -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
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment