Skip to content

Commit 96e7863

Browse files
lockfile and wtf?!
1 parent 311ee5a commit 96e7863

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
test-with-stack:
5050
name: Stack
5151
runs-on: ubuntu-latest
52-
env:
53-
STACK_ARGS: '--resolver lts-24 --system-ghc'
5452
steps:
5553
- uses: actions/checkout@v4
5654

@@ -79,7 +77,7 @@ jobs:
7977
run: |
8078
set -ex
8179
[ -n "${COVERALLS_REPO_TOKEN}" ]
82-
stack $STACK_ARGS test --coverage
83-
stack $STACK_ARGS hpc report --all
80+
stack test --coverage
81+
stack hpc report --all
8482
curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.7.0/shc-Linux-X64.tar.bz2 | tar xj shc
8583
./shc --repo-token="$COVERALLS_REPO_TOKEN" --partial-coverage --fetch-coverage combined custom

stack.yaml.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file was autogenerated by Stack.
2+
# You should not edit this file by hand.
3+
# For more information, please see the documentation at:
4+
# https://docs.haskellstack.org/en/stable/topics/lock_files
5+
6+
packages: []
7+
snapshots:
8+
- completed:
9+
sha256: d49e388e3afe59fe7a7be6d658e4ba4beec586e6237adab1e4a15b57c1d8a10f
10+
size: 726104
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/24/14.yaml
12+
original: lts-24.14

0 commit comments

Comments
 (0)