From 9f074cecce66ca4efa463f7bac5d05e9e155e133 Mon Sep 17 00:00:00 2001 From: Boris Korzun Date: Fri, 26 Mar 2021 13:05:19 +0300 Subject: [PATCH] cirrusci: update FreeBSD pkg --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index de3d8ef34..172a799a9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -11,7 +11,7 @@ build_task: install_script: # - pkg update - - pkg install -y postgresql95-client ghc hs-cabal-install jq git + - pkg install -y postgresql12-client ghc hs-cabal-install jq git # cache the hackage index file and downloads which are # cabal v2-update downloads an incremental update, so we don't need to keep this up2date