Skip to content

Commit 54507ef

Browse files
committedNov 13, 2023
Remove 9.8.1 support and head.hackage hack
1 parent 076ffba commit 54507ef

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed
 

‎.github/workflows/release.yaml

+5-14
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2"]
33+
ghc: ["9.6.3", "9.4.8", "9.2.8", "9.0.2"]
3434
platform: [ { image: "debian:9"
3535
, installCmd: "sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list && sed -i 's|security.debian.org|archive.debian.org/|g' /etc/apt/sources.list && sed -i /-updates/d /etc/apt/sources.list && apt-get update && apt-get install -y"
3636
, toolRequirements: "libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf"
@@ -154,15 +154,6 @@ jobs:
154154
, ARTIFACT: "x86_64-linux-unknown"
155155
, ADD_CABAL_ARGS: "--enable-split-sections"
156156
}
157-
- ghc: 9.8.1
158-
platform:
159-
{ image: "rockylinux:8"
160-
, installCmd: "yum -y install epel-release && yum install -y --allowerasing"
161-
, toolRequirements: "autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf"
162-
, DISTRO: "Unknown"
163-
, ARTIFACT: "x86_64-linux-unknown"
164-
, ADD_CABAL_ARGS: "--enable-split-sections"
165-
}
166157
container:
167158
image: ${{ matrix.platform.image }}
168159
steps:
@@ -222,7 +213,7 @@ jobs:
222213
strategy:
223214
fail-fast: true
224215
matrix:
225-
ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2"]
216+
ghc: ["9.6.3", "9.4.8", "9.2.8", "9.0.2"]
226217
steps:
227218
- uses: docker://arm64v8/ubuntu:focal
228219
name: Cleanup (aarch64 linux)
@@ -282,7 +273,7 @@ jobs:
282273
strategy:
283274
fail-fast: false
284275
matrix:
285-
ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2"]
276+
ghc: ["9.6.3", "9.4.8", "9.2.8", "9.0.2"]
286277
steps:
287278
- name: Checkout code
288279
uses: actions/checkout@v3
@@ -327,7 +318,7 @@ jobs:
327318
strategy:
328319
fail-fast: false
329320
matrix:
330-
ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8"]
321+
ghc: ["9.6.3", "9.4.8", "9.2.8"]
331322
steps:
332323
- name: Checkout code
333324
uses: actions/checkout@v3
@@ -372,7 +363,7 @@ jobs:
372363
strategy:
373364
fail-fast: false
374365
matrix:
375-
ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2"]
366+
ghc: ["9.6.3", "9.4.8", "9.2.8", "9.0.2"]
376367
steps:
377368
- name: install windows deps
378369
shell: pwsh

‎cabal.project

-11
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,3 @@ if impl(ghc >= 9.7)
9797
Cabal,
9898
unix,
9999
deepseq,
100-
101-
repository head.hackage.ghc.haskell.org
102-
url: https://ghc.gitlab.haskell.org/head.hackage/
103-
secure: True
104-
key-threshold: 3
105-
root-keys:
106-
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
107-
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
108-
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
109-
110-
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org

0 commit comments

Comments
 (0)
Failed to load comments.