File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : cabal -build
2
+ name : stack -build
3
3
on :
4
4
push :
5
5
branches : main
40
40
# Defaults, added for clarity:
41
41
cabal-version : latest
42
42
cabal-update : true
43
+ enable-stack : true
43
44
44
45
- name : Configure the build
45
46
run : |
58
59
key : ${{ env.key }}-plan-${{ hashFiles('**/plan.json') }}
59
60
restore-keys : ${{ env.key }}-
60
61
62
+ - name : Generate cabal file
63
+ run : stack clean
64
+
61
65
- name : Install dependencies
62
66
run : cabal build all --only-dependencies
63
67
Original file line number Diff line number Diff line change
1
+ ---
1
2
name : megaparsec-utils
2
3
version : 0.0.0.0-dev
3
4
license : GPL-3
51
52
- -threaded
52
53
- -rtsopts
53
54
- -with-rtsopts=-N
55
+
54
56
dependencies :
55
57
- megaparsec-utils
56
58
- hspec
57
59
- QuickCheck
60
+ ...
You can’t perform that action at this time.
0 commit comments