Update buildenv to v6
Build / audit (push) Successful in 15s
Build / test (push) Successful in 5m21s
Build / release (push) Successful in 4m30s

Signed-off-by: Eugen Wissner <belka@caraus.de>
This commit is contained in:
2026-04-26 07:43:07 +02:00
parent a408435d47
commit 63d9a42456
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -7,22 +7,22 @@ on:
jobs: jobs:
audit: audit:
container: buildenv:5 container: buildenv:6
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- run: hlint src lib test - run: hlint src lib test
test: test:
container: buildenv:5 container: buildenv:6
continue-on-error: true continue-on-error: true
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- run: cabal update - run: cabal update
- run: cabal test --test-show-details=streaming - run: cabal test --test-show-details=streaming
release: release:
container: buildenv:5 container: buildenv:6
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- run: cabal update - run: cabal update
- run: cabal build - run: cabal build
+1 -1
View File
@@ -39,7 +39,7 @@ library
Graphics.Fountainhead.TrueType Graphics.Fountainhead.TrueType
hs-source-dirs: lib hs-source-dirs: lib
build-depends: build-depends:
containers ^>= 0.7, containers ^>= 0.8,
megaparsec ^>= 9.7, megaparsec ^>= 9.7,
time ^>= 1.15, time ^>= 1.15,
transformers ^>= 0.6, transformers ^>= 0.6,