-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add README badges, bump ci ghc versions
- Loading branch information
1 parent
97524c5
commit b89c759
Showing
3 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/timer-wheel) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ license-file: LICENSE | |
maintainer: Mitchell Rosen <[email protected]>, Travis Staton <[email protected]> | ||
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: | ||
|