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 11---
2- name : cabal -build
2+ name : stack -build
33on :
44 push :
55 branches : main
4040 # Defaults, added for clarity:
4141 cabal-version : latest
4242 cabal-update : true
43+ enable-stack : true
4344
4445 - name : Configure the build
4546 run : |
5859 key : ${{ env.key }}-plan-${{ hashFiles('**/plan.json') }}
5960 restore-keys : ${{ env.key }}-
6061
62+ - name : Generate cabal file
63+ run : stack clean
64+
6165 - name : Install dependencies
6266 run : cabal build all --only-dependencies
6367
Original file line number Diff line number Diff line change 1+ ---
12name : megaparsec-utils
23version : 0.0.0.0-dev
34license : GPL-3
5152 - -threaded
5253 - -rtsopts
5354 - -with-rtsopts=-N
55+
5456 dependencies :
5557 - megaparsec-utils
5658 - hspec
5759 - QuickCheck
60+ ...
You can’t perform that action at this time.
0 commit comments