Skip to content

Commit ef781cf

Browse files
committed
CI: print cabal freeze file for diagnostics.
1 parent 42ec313 commit ef781cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
run: |
5050
cabal v2-update
5151
cabal v2-build --dependencies-only --enable-tests --disable-optimization -fexecutable all
52+
cabal freeze
53+
cat cabal.project.freeze
5254
- name: Build and test
5355
run: |
5456
cabal v2-build --enable-tests --disable-optimization -fexecutable all

0 commit comments

Comments
 (0)