Skip to content

Commit f782267

Browse files
authored
Merge pull request #449 from haskell-CI/tool-versions
Print tool versions
2 parents b57fe18 + 8c59187 commit f782267

File tree

11 files changed

+14
-2
lines changed

11 files changed

+14
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
138138
rm -f cabal-plan.xz
139139
chmod a+x $HOME/.cabal/bin/cabal-plan
140+
cabal-plan --version
140141
- name: install doctest
141142
run: |
142143
$CABAL --store-dir=$HOME/.haskell-ci-tools/store v2-install $ARG_COMPILER --ignore-project -j2 doctest --constraint='doctest ^>=0.17'

fixtures/all-versions.github

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
172172
rm -f cabal-plan.xz
173173
chmod a+x $HOME/.cabal/bin/cabal-plan
174+
cabal-plan --version
174175
- name: checkout
175176
uses: actions/checkout@v2
176177
with:

fixtures/copy-fields-all.github

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
150150
rm -f cabal-plan.xz
151151
chmod a+x $HOME/.cabal/bin/cabal-plan
152+
cabal-plan --version
152153
- name: checkout
153154
uses: actions/checkout@v2
154155
with:

fixtures/copy-fields-none.github

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
150150
rm -f cabal-plan.xz
151151
chmod a+x $HOME/.cabal/bin/cabal-plan
152+
cabal-plan --version
152153
- name: checkout
153154
uses: actions/checkout@v2
154155
with:

fixtures/copy-fields-some.github

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
150150
rm -f cabal-plan.xz
151151
chmod a+x $HOME/.cabal/bin/cabal-plan
152+
cabal-plan --version
152153
- name: checkout
153154
uses: actions/checkout@v2
154155
with:

fixtures/empty-line.github

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
150150
rm -f cabal-plan.xz
151151
chmod a+x $HOME/.cabal/bin/cabal-plan
152+
cabal-plan --version
152153
- name: checkout
153154
uses: actions/checkout@v2
154155
with:

fixtures/irc-channels.github

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
175175
rm -f cabal-plan.xz
176176
chmod a+x $HOME/.cabal/bin/cabal-plan
177+
cabal-plan --version
177178
- name: checkout
178179
uses: actions/checkout@v2
179180
with:

fixtures/messy.github

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
150150
rm -f cabal-plan.xz
151151
chmod a+x $HOME/.cabal/bin/cabal-plan
152+
cabal-plan --version
152153
- name: checkout
153154
uses: actions/checkout@v2
154155
with:

fixtures/travis-patch.github

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
xz -d < cabal-plan.xz > $HOME/.cabal/bin/cabal-plan
150150
rm -f cabal-plan.xz
151151
chmod a+x $HOME/.cabal/bin/cabal-plan
152+
cabal-plan --version
152153
- name: checkout
153154
uses: actions/checkout@v2
154155
with:

haskell-ci.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: haskell-ci
3-
version: 0.11.20201223
3+
version: 0.11.20201227
44
synopsis: Cabal package script generator for Travis-CI
55
description:
66
Script generator (@haskell-ci@) for [Travis-CI](https://travis-ci.org/) for continuous-integration testing of Haskell Cabal packages.

0 commit comments

Comments
 (0)