Skip to content

Commit b6f9b35

Browse files
Update the platform/tool support table
1 parent 41497b9 commit b6f9b35

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
freebsd_instance:
2-
image_family: freebsd-14-0
2+
image_family: freebsd-14-2
33

44
task:
5-
name: FreeBSD+packcheck+ghc-9.10.1+cabal-v2
5+
name: FreeBSD+ghc-9.10.1+cabal
66
env:
77
LC_ALL: C.UTF-8
8-
BUILD: cabal-v2
8+
BUILD: cabal
99
GHCUP_VERSION: 0.1.40.0
1010
DOCSPEC_URL: https://github.com/phadej/cabal-extras/releases/tag/cabal-docspec-0.0.0.20240703
1111
DOCSPEC_OPTIONS: "--timeout 60 --check-properties --property-variables xs"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ $ packcheck.sh stack GHCVER=9.4
7979
### Out of the box support
8080

8181
| cabal | stack |
82-
|:-------------:|:---------:|
82+
|---------------|-----------|
8383

84-
| Linux | OSX | Windows |
85-
|:-------------:|:---------:|:--------------|
84+
| Linux | OSX | Windows | FreeBSD |
85+
|---------------|-----------|---------------|---------|
8686

8787
| Github | Appveyor | CircleCI | Local Machine |
88-
|:-------------:|:---------:|:--------------|:--------------|
88+
|---------------|-----------|---------------|---------------|
8989

9090
The script can be easily adapted to any CI with a single line build command.
9191

0 commit comments

Comments
 (0)