Skip to content

Commit

Permalink
Merge pull request #24 from serokell/lierdakil/temp-debug-ci
Browse files Browse the repository at this point in the history
[Chore] Fix CI
  • Loading branch information
lierdakil authored Aug 31, 2024
2 parents e88b656 + c5458ef commit 5f78913
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
stack: ["2.13.1"]
stack: ["latest"]
# Remember to update the `tested-with` section of `package.yaml`.
resolver: ["lts-21", "lts", "nightly"]
resolver: ["lts", "nightly"]

steps:
- name: Get compiler version
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
if: ${{ startsWith(steps.ghcver.outputs.ghcver, '9.6') }}
run: |
cabal install --installdir "$PWD" weeder
./weeder
./weeder --hie-directory ./.stack-work/dist/
- name: Stack test
run: |
Expand Down
3 changes: 1 addition & 2 deletions hsblst.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ license: MPL-2.0
license-file: LICENSE
build-type: Simple
tested-with:
GHC == 9.4.8
, GHC == 9.6.6
GHC == 9.6.6
, GHC == 9.8.2
extra-source-files:
c-source/build/coff/add_mod_256-x86_64.s
Expand Down
1 change: 0 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ verbatim:
cabal-version: 3.0

tested-with:
- GHC == 9.4.8
- GHC == 9.6.6
- GHC == 9.8.2

Expand Down

0 comments on commit 5f78913

Please sign in to comment.