Skip to content

Commit b667e8d

Browse files
authored
Add apt field to template cabal.haskell-ci
The `apt` flag is accepted on the command line and in the `cabal.haskell-ci` config file, but it is not documented anywhere making it difficult to discover.
1 parent 782c6f6 commit b667e8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cabal.haskell-ci

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
-- Bionic is a default.
66
distribution: jammy
77

8+
-- list of extra apt packages to be installed
9+
-- apt: foo bar
10+
811
jobs: 2:2
912

1013
-- This is useful if you want limit jobs beyond tested-with specification,

0 commit comments

Comments
 (0)