Update to GHC 9.10
All checks were successful
Build / audit (push) Successful in 8s
Build / test (push) Successful in 17m11s
Build / release (push) Successful in 16m37s

This commit is contained in:
Eugen Wissner 2025-01-08 23:44:49 +01:00
parent d043ba8844
commit e2debec6d7
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0
2 changed files with 18 additions and 7 deletions

View File

@ -23,3 +23,15 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: cabal update - run: cabal update
- run: cabal test --test-show-details=streaming - run: cabal test --test-show-details=streaming
release:
runs-on: buildenv
steps:
- name: Set up environment
run: |
apt-get update -y
apt-get upgrade -y
apt-get install -y pkg-config liblzma-dev
- uses: actions/checkout@v4
- run: cabal update
- run: cabal build

View File

@ -7,7 +7,7 @@ bug-reports: https://git.caraus.tech/OSS/slackbuilder/issues
license: MPL-2.0 license: MPL-2.0
license-files: LICENSE license-files: LICENSE
copyright: (c) 2023-2024 Eugen Wissner copyright: (c) 2023-2025 Eugen Wissner
author: Eugen Wissner author: Eugen Wissner
maintainer: belka@caraus.de maintainer: belka@caraus.de
@ -25,18 +25,17 @@ common dependencies
build-depends: build-depends:
aeson ^>= 2.2.0, aeson ^>= 2.2.0,
base >= 4.16 && < 5, base >= 4.16 && < 5,
bytestring ^>= 0.11.0, bytestring ^>= 0.12.0,
conduit ^>= 1.3.5, conduit ^>= 1.3.5,
conduit-extra ^>= 1.3, conduit-extra ^>= 1.3,
http-client ^>= 0.7, http-client ^>= 0.7,
-- Workaround: 0.3.6.4 is broken, explicit dependency is otherwise not needed. http-client-tls ^>= 0.3,
http-client-tls == 0.3.6.3, containers ^>= 0.7,
containers ^>= 0.6,
crypton ^>= 1.0, crypton ^>= 1.0,
directory ^>= 1.3.8, directory ^>= 1.3.8,
exceptions >= 0.10, exceptions >= 0.10,
filepath ^>= 1.4.2, filepath ^>= 1.5,
megaparsec ^>= 9.6, megaparsec ^>= 9.7,
modern-uri ^>= 0.3.6, modern-uri ^>= 0.3.6,
memory ^>= 0.18, memory ^>= 0.18,
parser-combinators ^>= 1.3, parser-combinators ^>= 1.3,