aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-07-11 14:18:19 -0700
committerJohn MacFarlane <[email protected]>2023-07-11 14:18:19 -0700
commit3eaff8de8af2e927d53027f36941859624cefa23 (patch)
tree5fb26240496bc55ea90861fb54cb003322add81f /.cirrus.yml
parent94832af98a9e3e3e4ea0f88bc2bb29981df85e74 (diff)
Cirrus build script: print cabal freeze file...
so we can see exactly what dependencies this version was built with.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
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: