From b6f9b35b5a80a064108ebf72dc6b71cc9aacb138 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Tue, 18 Feb 2025 14:53:14 +0530 Subject: [PATCH] Update the platform/tool support table --- .cirrus.yml | 6 +++--- README.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e80e220..09716b5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,11 +1,11 @@ freebsd_instance: - image_family: freebsd-14-0 + image_family: freebsd-14-2 task: - name: FreeBSD+packcheck+ghc-9.10.1+cabal-v2 + name: FreeBSD+ghc-9.10.1+cabal env: LC_ALL: C.UTF-8 - BUILD: cabal-v2 + BUILD: cabal GHCUP_VERSION: 0.1.40.0 DOCSPEC_URL: https://github.com/phadej/cabal-extras/releases/tag/cabal-docspec-0.0.0.20240703 DOCSPEC_OPTIONS: "--timeout 60 --check-properties --property-variables xs" diff --git a/README.md b/README.md index 1a36c11..f7ae988 100644 --- a/README.md +++ b/README.md @@ -79,13 +79,13 @@ $ packcheck.sh stack GHCVER=9.4 ### Out of the box support | cabal | stack | -|:-------------:|:---------:| +|---------------|-----------| -| Linux | OSX | Windows | -|:-------------:|:---------:|:--------------| +| Linux | OSX | Windows | FreeBSD | +|---------------|-----------|---------------|---------| | Github | Appveyor | CircleCI | Local Machine | -|:-------------:|:---------:|:--------------|:--------------| +|---------------|-----------|---------------|---------------| The script can be easily adapted to any CI with a single line build command.