diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 4bc112c..4eeba84 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.17.20240109 +# version: 0.18.1 # -# REGENDATA ("0.17.20240109",["github","queues.cabal"]) +# REGENDATA ("0.18.1",["github","queues.cabal"]) # name: Haskell-CI on: @@ -28,14 +28,14 @@ jobs: strategy: matrix: include: - - compiler: ghc-9.8.1 + - compiler: ghc-9.8.2 compilerKind: ghc - compilerVersion: 9.8.1 + compilerVersion: 9.8.2 setup-method: ghcup allow-failure: false - - compiler: ghc-9.6.3 + - compiler: ghc-9.6.4 compilerKind: ghc - compilerVersion: 9.6.3 + compilerVersion: 9.6.4 setup-method: ghcup allow-failure: false - compiler: ghc-9.4.8 diff --git a/README.md b/README.md index 8438e74..8fe77ee 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # `queues` + +[![GitHub CI](https://github.com/awkward-squad/queues/workflows/Haskell-CI/badge.svg)](https://github.com/awkward-squad/queues/actions) +[![Hackage](https://img.shields.io/hackage/v/queues.svg)](https://hackage.haskell.org/package/queues) +[![Stackage LTS](https://stackage.org/package/queues/badge/lts)](https://www.stackage.org/lts/package/queues) +[![Stackage Nightly](https://stackage.org/package/queues/badge/nightly)](https://www.stackage.org/nightly/package/queues) +[![Dependencies](https://img.shields.io/hackage-deps/v/queues)](https://packdeps.haskellers.com/reverse/queues) diff --git a/queues.cabal b/queues.cabal index 69ff39f..04b7df4 100644 --- a/queues.cabal +++ b/queues.cabal @@ -10,7 +10,7 @@ license-file: LICENSE maintainer: Mitchell Rosen , Travis Staton name: queues synopsis: Queue data structures. -tested-with: GHC == 9.4.8, GHC == 9.6.3, GHC == 9.8.1 +tested-with: GHC == 9.4.8, GHC == 9.6.4, GHC == 9.8.2 version: 1.0.0 description: