Skip to content

Commit d1784b4

Browse files
authored
Merge pull request #26 from diogob/cabalonly
Remove stack from repo since I am currently working only with cabal
2 parents 122a92c + 34b68be commit d1784b4

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
jobs:
10-
stack:
10+
test:
1111
name: build / ${{ matrix.os }} / ghc ${{ matrix.ghc }}
1212
runs-on: ${{ matrix.os }}
1313
strategy:
@@ -41,7 +41,7 @@ jobs:
4141
name: Cache ~/dist-newstyle
4242
with:
4343
path: ~/dist-newstyle
44-
key: ${{ matrix.os }}-${{ matrix.ghc }}-v3
44+
key: ${{ matrix.os }}-${{ matrix.ghc }}-v4
4545

4646
- name: Build Dependencies
4747
run: |

stack.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

stack.yaml.lock

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)