Skip to content

Commit

Permalink
Merge pull request #26 from diogob/cabalonly
Browse files Browse the repository at this point in the history
Remove stack from repo since I am currently working only with cabal
  • Loading branch information
diogob authored May 5, 2024
2 parents 122a92c + 34b68be commit d1784b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

jobs:
stack:
test:
name: build / ${{ matrix.os }} / ghc ${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
name: Cache ~/dist-newstyle
with:
path: ~/dist-newstyle
key: ${{ matrix.os }}-${{ matrix.ghc }}-v3
key: ${{ matrix.os }}-${{ matrix.ghc }}-v4

- name: Build Dependencies
run: |
Expand Down
7 changes: 0 additions & 7 deletions stack.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions stack.yaml.lock

This file was deleted.

0 comments on commit d1784b4

Please sign in to comment.