We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197e2d9 commit 2881885Copy full SHA for 2881885
.github/workflows/ci.yml
@@ -19,9 +19,9 @@ jobs:
19
matrix:
20
include:
21
- os: "windows-latest"
22
- ghc-version: "9.4.4"
+ ghc-version: "9.2.4"
23
- os: "ubuntu-latest"
24
25
- os: "macos-latest"
26
ghc-version: "9.0.1"
27
@@ -35,7 +35,7 @@ jobs:
35
id: setup-haskell
36
with:
37
ghc-version: ${{ matrix.ghc-version }}
38
- cabal-version: '3.8.1.0'
+ cabal-version: '3.6.2.0'
39
40
- name: Set PATH for cabal-installed executables
41
run: |
pandoc-plot.cabal
@@ -18,8 +18,7 @@ tested-with: GHC == 8.10.4,
18
GHC == 9.0.1,
GHC == 9.2.1,
- GHC == 9.2.2,
- GHC == 9.4.4
+ GHC == 9.2.2
extra-source-files:
CHANGELOG.md
LICENSE
0 commit comments