From 686cbafefbbb1946cea84220b0ca721b45f5865a Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Tue, 9 Apr 2024 20:17:21 +0200 Subject: [PATCH] Update banners in README --- .gitignore | 2 ++ README.md | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1bfb216..e8993f1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ ghc.mk include/HsTimeConfig.h include/HsTimeConfig.h.in /dist-newstyle/ +/.stack-work/ +/stack*.yaml.lock diff --git a/README.md b/README.md index dd4dcbc..219f8d9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -The `old-time` Package [![Hackage](https://img.shields.io/hackage/v/old-time.svg)](https://hackage.haskell.org/package/old-time) [![Build Status](https://travis-ci.org/haskell/old-time.svg)](https://travis-ci.org/haskell/old-time) -======================== +[![Hackage version](https://img.shields.io/hackage/v/old-time.svg?label=Hackage&color=informational)](http://hackage.haskell.org/package/old-time) +[![old-time on Stackage Nightly](https://stackage.org/package/old-time/badge/nightly)](https://stackage.org/nightly/package/old-time) +[![Stackage LTS version](https://www.stackage.org/package/old-time/badge/lts?label=Stackage)](https://www.stackage.org/package/old-time) +[![Cabal build](https://github.com/haskell/old-time/workflows/Haskell-CI/badge.svg)](https://github.com/haskell/old-time/actions) + +The `old-time` Package +====================== See [`old-time` on Hackage](http://hackage.haskell.org/package/old-time) for more information.