diff --git a/.github/workflows/ghc-matrix.yml b/.github/workflows/ghc-matrix.yml index 1caf2b2..b77156f 100644 --- a/.github/workflows/ghc-matrix.yml +++ b/.github/workflows/ghc-matrix.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - ghc-version: ['9.0.2', '9.2.7', '9.4.7', '9.6.2'] + ghc-version: ['9.0.2', '9.2.7', '9.4.7', '9.6.2', '9.8.1'] include: - os: windows-latest diff --git a/cabal.project b/cabal.project index 3720e75..d0d8995 100644 --- a/cabal.project +++ b/cabal.project @@ -1,4 +1,3 @@ packages: . hakyll-eventlog - diff --git a/eventlog2html.cabal b/eventlog2html.cabal index d588472..d08af1b 100644 --- a/eventlog2html.cabal +++ b/eventlog2html.cabal @@ -36,23 +36,23 @@ Tested-With: GHC ==9.0.2, GHC ==9.2.7, GHC ==9.4.7, GHC ==9.6.2 Library Build-depends: - aeson >= 1.4.3 && < 1.6 || >= 2.0 && < 2.2, + aeson >= 1.4.3 && < 1.6 || >= 2.0 && < 2.3, attoparsec >= 0.13.2 && < 0.15, array >= 0.5.3 && < 0.6, base >= 4 && < 5, blaze-html >= 0.9.1 && < 0.10, - bytestring >= 0.10.8 && < 0.12, + bytestring >= 0.10.8 && < 0.13, blaze-markup, - containers >= 0.5.0 && < 0.7, + containers >= 0.5.0 && < 0.8, file-embed >= 0.0.11 && < 0.1, - filepath >= 1.4.2 && < 1.5, + filepath >= 1.4.2 && < 1.6, ghc-events >= 0.19.0 && < 0.20, hashtables >= 1.2.3 && < 1.4, hvega >= 0.11.0 && < 0.13, mtl >= 2.2.2 && < 2.4, - optparse-applicative >= 0.14.3 && < 0.18, + optparse-applicative >= 0.14.3 && < 0.19, semigroups >= 0.18 && < 0.21, - text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.1, + text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2, time >= 1.8.0 && < 2.0, vector >= 0.11, trie-simple >= 0.4,