Skip to content

Commit 28fa37e

Browse files
committed
CI: test with GHC 9.2.5 and 9.4.4
1 parent 42f5cb8 commit 28fa37e

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@ jobs:
6262
cabal: 'latest'
6363
cabalopts: ''
6464
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
65-
- ghc: '9.2.3'
65+
- ghc: '9.2.5'
6666
cabal: 'latest'
6767
cabalopts: ''
6868
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
69-
- ghc: '9.4.2'
69+
- ghc: '9.4.4'
7070
cabal: 'latest'
7171
cabalopts: ''
7272
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
7373

74-
- ghc: '9.4.2'
74+
- ghc: '9.4.4'
7575
cabal: 'latest'
7676
cabalopts: '--allow-newer --constrain "mtl >= 2.3.1"'
7777
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'

pandoc-cli/pandoc-cli.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ stability: alpha
1212
homepage: https://pandoc.org
1313
category: Text
1414
tested-with: GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2,
15-
GHC == 9.2.3
15+
GHC == 9.2.5, GHC == 9.4.4
1616
synopsis: Conversion between documentation formats
17-
description: Pandoc-cli provides a command-line executable that uses the pandoc library to convert between markup formats.
17+
description: Pandoc-cli provides a command-line executable that uses the
18+
pandoc library to convert between markup formats.
1819
-- data-files:
1920
-- extra-source-files:
2021
source-repository head

pandoc-lua-engine/pandoc-lua-engine.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ tested-with: GHC == 8.6.5
1414
, GHC == 8.8.4
1515
, GHC == 8.10.7
1616
, GHC == 9.0.2
17-
, GHC == 9.2.3
17+
, GHC == 9.2.5
18+
, GHC == 9.4.4
1819
synopsis: Lua engine to power custom pandoc conversions
1920
description: This package provides a pandoc scripting engine based on
2021
Lua.

pandoc-server/pandoc-server.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stability: alpha
1212
homepage: https://pandoc.org
1313
category: Text
1414
tested-with: GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2,
15-
GHC == 9.2.3
15+
GHC == 9.2.5, GHC == 9.4.4
1616
synopsis: Pandoc document conversion as an HTTP servant-server
1717
description: Pandoc-server provides pandoc's document conversion functions
1818
in an HTTP server.
@@ -68,4 +68,3 @@ library
6868

6969
exposed-modules: Text.Pandoc.Server
7070
buildable: True
71-

pandoc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stability: alpha
1212
homepage: https://pandoc.org
1313
category: Text
1414
tested-with: GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2,
15-
GHC == 9.2.3
15+
GHC == 9.2.5, GHC == 9.4.4
1616
synopsis: Conversion between markup formats
1717
description: Pandoc is a Haskell library for converting from one markup
1818
format to another. The formats it can handle include

0 commit comments

Comments
 (0)