Skip to content
Snippets Groups Projects
Unverified Commit 67b3c8d5 authored by Mikolaj Konarski's avatar Mikolaj Konarski Committed by GitHub
Browse files

Merge pull request #8503 from Mikolaj/update-CI-to-GHA-on-GHC-9.4

Work around CI problem from ghcup switch to GHC 9.2
parents 2b6c376d a66f183a
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,8 @@ jobs:
- name: ghcup
run: |
ghcup config set cache true
ghcup install ghc recommended
ghcup set ghc recommended
ghcup install ghc 8.10.7
ghcup set ghc 8.10.7
- name: Update Hackage index
run: cabal v2-update
- name: Install doctest
......
......@@ -17,12 +17,12 @@ executable gen-spdx
hs-source-dirs: src
ghc-options: -Wall
build-depends:
, aeson ^>=1.4.1.0 || ^>=1.5.2.0
, base >=4.10 && <4.16
, aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.1.1.0
, base >=4.10 && <4.17
, bytestring
, containers
, Diff ^>=0.4
, lens ^>=4.18.1 || ^>=4.19.1 || ^>=5.0.1
, lens ^>=4.18.1 || ^>=4.19.1 || ^>=5.0.1 || ^>=5.2
, optparse-applicative ^>=0.15.1.0 || ^>=0.16.0.0
, text
, zinza ^>=0.2
......@@ -34,12 +34,12 @@ executable gen-spdx-exc
hs-source-dirs: src
ghc-options: -Wall
build-depends:
, aeson ^>=1.4.1.0 || ^>=1.5.2.0
, base >=4.10 && <4.16
, aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.1.1.0
, base >=4.10 && <4.17
, bytestring
, containers
, Diff ^>=0.4
, lens ^>=4.18.1 || ^>=4.19.1 || ^>=5.0.1
, lens ^>=4.18.1 || ^>=4.19.1 || ^>=5.0.1 || ^>=5.2
, optparse-applicative ^>=0.15.1.0 || ^>=0.16.0.0
, text
, zinza ^>=0.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment