Skip to content

Commit 06eecf3

Browse files
committed
WIP
1 parent 2c918ea commit 06eecf3

15 files changed

+2
-114
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,11 @@ jobs:
8181
run: |
8282
apt-get update
8383
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
84-
env:
85-
HCKIND: ${{ matrix.compilerKind }}
86-
HCNAME: ${{ matrix.compiler }}
87-
HCVER: ${{ matrix.compilerVersion }}
8884
- name: Install GHCup
8985
run: |
9086
mkdir -p "$HOME/.ghcup/bin"
9187
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
9288
chmod a+x "$HOME/.ghcup/bin/ghcup"
93-
env:
94-
HCKIND: ${{ matrix.compilerKind }}
95-
HCNAME: ${{ matrix.compiler }}
96-
HCVER: ${{ matrix.compilerVersion }}
9789
- name: TODO
9890
run: |
9991
"$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;

fixtures/all-versions.github

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -317,19 +317,11 @@ jobs:
317317
run: |
318318
apt-get update
319319
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5 libnuma-dev
320-
env:
321-
HCKIND: ${{ matrix.compilerKind }}
322-
HCNAME: ${{ matrix.compiler }}
323-
HCVER: ${{ matrix.compilerVersion }}
324320
- name: Install GHCup
325321
run: |
326322
mkdir -p "$HOME/.ghcup/bin"
327323
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
328324
chmod a+x "$HOME/.ghcup/bin/ghcup"
329-
env:
330-
HCKIND: ${{ matrix.compilerKind }}
331-
HCNAME: ${{ matrix.compiler }}
332-
HCVER: ${{ matrix.compilerVersion }}
333325
- name: TODO
334326
run: |
335327
if [ "${{ matrix.setup-method }}" = ghcup ]; then

fixtures/copy-fields-all.github

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,19 +154,11 @@ jobs:
154154
run: |
155155
apt-get update
156156
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5 libnuma-dev
157-
env:
158-
HCKIND: ${{ matrix.compilerKind }}
159-
HCNAME: ${{ matrix.compiler }}
160-
HCVER: ${{ matrix.compilerVersion }}
161157
- name: Install GHCup
162158
run: |
163159
mkdir -p "$HOME/.ghcup/bin"
164160
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
165161
chmod a+x "$HOME/.ghcup/bin/ghcup"
166-
env:
167-
HCKIND: ${{ matrix.compilerKind }}
168-
HCNAME: ${{ matrix.compiler }}
169-
HCVER: ${{ matrix.compilerVersion }}
170162
- name: TODO
171163
run: |
172164
"$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;

fixtures/copy-fields-none.github

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,19 +154,11 @@ jobs:
154154
run: |
155155
apt-get update
156156
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5 libnuma-dev
157-
env:
158-
HCKIND: ${{ matrix.compilerKind }}
159-
HCNAME: ${{ matrix.compiler }}
160-
HCVER: ${{ matrix.compilerVersion }}
161157
- name: Install GHCup
162158
run: |
163159
mkdir -p "$HOME/.ghcup/bin"
164160
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
165161
chmod a+x "$HOME/.ghcup/bin/ghcup"
166-
env:
167-
HCKIND: ${{ matrix.compilerKind }}
168-
HCNAME: ${{ matrix.compiler }}
169-
HCVER: ${{ matrix.compilerVersion }}
170162
- name: TODO
171163
run: |
172164
"$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;

fixtures/copy-fields-some.github

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,19 +154,11 @@ jobs:
154154
run: |
155155
apt-get update
156156
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5 libnuma-dev
157-
env:
158-
HCKIND: ${{ matrix.compilerKind }}
159-
HCNAME: ${{ matrix.compiler }}
160-
HCVER: ${{ matrix.compilerVersion }}
161157
- name: Install GHCup
162158
run: |
163159
mkdir -p "$HOME/.ghcup/bin"
164160
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
165161
chmod a+x "$HOME/.ghcup/bin/ghcup"
166-
env:
167-
HCKIND: ${{ matrix.compilerKind }}
168-
HCNAME: ${{ matrix.compiler }}
169-
HCVER: ${{ matrix.compilerVersion }}
170162
- name: TODO
171163
run: |
172164
"$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;

fixtures/doctest-version.github

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -317,19 +317,11 @@ jobs:
317317
run: |
318318
apt-get update
319319
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5 libnuma-dev
320-
env:
321-
HCKIND: ${{ matrix.compilerKind }}
322-
HCNAME: ${{ matrix.compiler }}
323-
HCVER: ${{ matrix.compilerVersion }}
324320
- name: Install GHCup
325321
run: |
326322
mkdir -p "$HOME/.ghcup/bin"
327323
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
328324
chmod a+x "$HOME/.ghcup/bin/ghcup"
329-
env:
330-
HCKIND: ${{ matrix.compilerKind }}
331-
HCNAME: ${{ matrix.compiler }}
332-
HCVER: ${{ matrix.compilerVersion }}
333325
- name: TODO
334326
run: |
335327
if [ "${{ matrix.setup-method }}" = ghcup ]; then

fixtures/doctest.github

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -317,19 +317,11 @@ jobs:
317317
run: |
318318
apt-get update
319319
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5 libnuma-dev
320-
env:
321-
HCKIND: ${{ matrix.compilerKind }}
322-
HCNAME: ${{ matrix.compiler }}
323-
HCVER: ${{ matrix.compilerVersion }}
324320
- name: Install GHCup
325321
run: |
326322
mkdir -p "$HOME/.ghcup/bin"
327323
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
328324
chmod a+x "$HOME/.ghcup/bin/ghcup"
329-
env:
330-
HCKIND: ${{ matrix.compilerKind }}
331-
HCNAME: ${{ matrix.compiler }}
332-
HCVER: ${{ matrix.compilerVersion }}
333325
- name: TODO
334326
run: |
335327
if [ "${{ matrix.setup-method }}" = ghcup ]; then

fixtures/empty-line.github

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,19 +154,11 @@ jobs:
154154
run: |
155155
apt-get update
156156
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5 libnuma-dev
157-
env:
158-
HCKIND: ${{ matrix.compilerKind }}
159-
HCNAME: ${{ matrix.compiler }}
160-
HCVER: ${{ matrix.compilerVersion }}
161157
- name: Install GHCup
162158
run: |
163159
mkdir -p "$HOME/.ghcup/bin"
164160
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
165161
chmod a+x "$HOME/.ghcup/bin/ghcup"
166-
env:
167-
HCKIND: ${{ matrix.compilerKind }}
168-
HCNAME: ${{ matrix.compiler }}
169-
HCVER: ${{ matrix.compilerVersion }}
170162
- name: TODO
171163
run: |
172164
"$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;

fixtures/enabled-jobs.github

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -317,19 +317,11 @@ jobs:
317317
run: |
318318
apt-get update
319319
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5 libnuma-dev
320-
env:
321-
HCKIND: ${{ matrix.compilerKind }}
322-
HCNAME: ${{ matrix.compiler }}
323-
HCVER: ${{ matrix.compilerVersion }}
324320
- name: Install GHCup
325321
run: |
326322
mkdir -p "$HOME/.ghcup/bin"
327323
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
328324
chmod a+x "$HOME/.ghcup/bin/ghcup"
329-
env:
330-
HCKIND: ${{ matrix.compilerKind }}
331-
HCNAME: ${{ matrix.compiler }}
332-
HCVER: ${{ matrix.compilerVersion }}
333325
- name: TODO
334326
run: |
335327
if [ "${{ matrix.setup-method }}" = ghcup ]; then

fixtures/fail-versions.github

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,19 +154,11 @@ jobs:
154154
run: |
155155
apt-get update
156156
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5 libnuma-dev
157-
env:
158-
HCKIND: ${{ matrix.compilerKind }}
159-
HCNAME: ${{ matrix.compiler }}
160-
HCVER: ${{ matrix.compilerVersion }}
161157
- name: Install GHCup
162158
run: |
163159
mkdir -p "$HOME/.ghcup/bin"
164160
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
165161
chmod a+x "$HOME/.ghcup/bin/ghcup"
166-
env:
167-
HCKIND: ${{ matrix.compilerKind }}
168-
HCNAME: ${{ matrix.compiler }}
169-
HCVER: ${{ matrix.compilerVersion }}
170162
- name: TODO
171163
run: |
172164
"$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.8.yaml;

0 commit comments

Comments
 (0)