summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-04-26 07:43:07 +0200
committerEugen Wissner <belka@caraus.de>2026-04-26 07:43:07 +0200
commit63d9a4245685154ae3df0c052114328348daa9a2 (patch)
treed0aab133101312bcc81f7c322c2d767cd062f37d
parenta408435d47f172410916e4be99f07f821ba65346 (diff)
downloadfountainhead-63d9a4245685154ae3df0c052114328348daa9a2.tar.gz
Update buildenv to v6
Signed-off-by: Eugen Wissner <belka@caraus.de>
-rw-r--r--.gitea/workflows/build.yml12
-rw-r--r--fountainhead.cabal2
2 files changed, 7 insertions, 7 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index 3b6c4c4..6e9ce1e 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -7,22 +7,22 @@ on:
jobs:
audit:
- container: buildenv:5
+ container: buildenv:6
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- run: hlint src lib test
test:
- container: buildenv:5
+ container: buildenv:6
continue-on-error: true
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- run: cabal update
- run: cabal test --test-show-details=streaming
release:
- container: buildenv:5
+ container: buildenv:6
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- run: cabal update
- run: cabal build
diff --git a/fountainhead.cabal b/fountainhead.cabal
index b62bf28..bfe4c26 100644
--- a/fountainhead.cabal
+++ b/fountainhead.cabal
@@ -39,7 +39,7 @@ library
Graphics.Fountainhead.TrueType
hs-source-dirs: lib
build-depends:
- containers ^>= 0.7,
+ containers ^>= 0.8,
megaparsec ^>= 9.7,
time ^>= 1.15,
transformers ^>= 0.6,