diff options
| author | John MacFarlane <[email protected]> | 2023-07-11 14:18:19 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-07-11 14:18:19 -0700 |
| commit | 3eaff8de8af2e927d53027f36941859624cefa23 (patch) | |
| tree | 5fb26240496bc55ea90861fb54cb003322add81f | |
| parent | 94832af98a9e3e3e4ea0f88bc2bb29981df85e74 (diff) | |
Cirrus build script: print cabal freeze file...
so we can see exactly what dependencies this version was built with.
| -rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 812412f84..2c51a8f9b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -39,6 +39,7 @@ task: deps_script: - cabal update - cabal build --dependencies-only $CABALOPTS --ghc-options="$GHCOPTS" pandoc-cli + - cabal freeze && cat cabal.project.freeze upload_caches: - cabal_store package_script: |
