diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 099bf94..08d79d7 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -8,9 +8,9 @@ # # For more information, see https://github.com/haskell-CI/haskell-ci # -# version: 0.16.3 +# version: 0.16.6 # -# REGENDATA ("0.16.3",["github","diagrams.cabal"]) +# REGENDATA ("0.16.6",["github","diagrams.cabal"]) # name: Haskell-CI on: @@ -28,9 +28,9 @@ jobs: strategy: matrix: include: - - compiler: ghc-9.6.1 + - compiler: ghc-9.6.2 compilerKind: ghc - compilerVersion: 9.6.1 + compilerVersion: 9.6.2 setup-method: ghcup allow-failure: false - compiler: ghc-9.4.5 @@ -38,9 +38,9 @@ jobs: compilerVersion: 9.4.5 setup-method: ghcup allow-failure: false - - compiler: ghc-9.2.7 + - compiler: ghc-9.2.8 compilerKind: ghc - compilerVersion: 9.2.7 + compilerVersion: 9.2.8 setup-method: ghcup allow-failure: false - compiler: ghc-9.0.2 diff --git a/README.markdown b/README.markdown index 57c3921..2651489 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -[![Build Status](http://gondor.hendrix.edu:8080/buildStatus/icon?job=Diagrams HEAD)](http://gondor.hendrix.edu:8080/job/Diagrams%20HEAD/) +[![Build Status](https://github.com/diagrams/diagrams/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/diagrams/diagrams/actions/workflows/haskell-ci.yml) [diagrams] is a full-featured framework and domain-specific language (embedded in [Haskell]) for creating declarative vector graphics and diff --git a/diagrams.cabal b/diagrams.cabal index 06740e7..32eea0b 100644 --- a/diagrams.cabal +++ b/diagrams.cabal @@ -73,7 +73,7 @@ Bug-reports: http://github.com/diagrams/diagrams/issues Category: Graphics Build-type: Simple Cabal-version: 1.18 -tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.1 +tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2 Extra-source-files: README.markdown extra-doc-files: CHANGES.md