From ffaf249523846d1ffc56b78300433055b3a961ce Mon Sep 17 00:00:00 2001 From: Joris Dral Date: Mon, 26 Aug 2024 12:59:30 +0200 Subject: [PATCH 1/2] Add hackage shields to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60fd6ee..b8b75fb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # fs-sim [![handbook](https://img.shields.io/badge/policy-Cardano%20Engineering%20Handbook-informational)](https://input-output-hk.github.io/cardano-engineering-handbook) +[![Hackage Version](https://img.shields.io/hackage/v/fs-sim?label=hackage%20fs-sim)](https://hackage.haskell.org/package/fs-sim) +[![Hackage Version](https://img.shields.io/hackage/v/fs-api?label=hackage%20fs-api)](https://hackage.haskell.org/package/fs-api) [![Haskell CI](https://img.shields.io/github/actions/workflow/status/input-output-hk/fs-sim/haskell.yml?label=Build)](https://github.com/input-output-hk/fs-sim/actions/workflows/haskell.yml) [![Documentation CI](https://img.shields.io/github/actions/workflow/status/input-output-hk/fs-sim/documentation.yml?label=Documentation%20build)](https://github.com/input-output-hk/fs-sim/actions/workflows/documentation.yml) -[![Haddocks](https://img.shields.io/badge/documentation-Haddocks-purple)](https://input-output-hk.github.io/fs-sim/) +[![Haddocks](https://img.shields.io/badge/documentation-Haddocks%20(dev%20version)-purple)](https://input-output-hk.github.io/fs-sim/) The [`fs-sim`](./fs-sim/README.md) package provides a filesystem simulator that From 70d0e83d29e3a108a58d57c5d7236b36bd11043b Mon Sep 17 00:00:00 2001 From: Joris Dral Date: Mon, 26 Aug 2024 13:12:25 +0200 Subject: [PATCH 2/2] Add homepage and bug report references to cabal files --- fs-api/fs-api.cabal | 2 ++ fs-sim/fs-sim.cabal | 2 ++ 2 files changed, 4 insertions(+) diff --git a/fs-api/fs-api.cabal b/fs-api/fs-api.cabal index 0543717..ce2d6f8 100644 --- a/fs-api/fs-api.cabal +++ b/fs-api/fs-api.cabal @@ -11,6 +11,8 @@ license-files: copyright: 2019-2024 Input Output Global Inc (IOG) author: IOG Engineering Team maintainer: operations@iohk.io, Joris Dral (joris@well-typed.com) +homepage: https://github.com/input-output-hk/fs-sim +bug-reports: https://github.com/input-output-hk/fs-sim/issues category: System build-type: Simple extra-doc-files: diff --git a/fs-sim/fs-sim.cabal b/fs-sim/fs-sim.cabal index c53894e..0f0c6d4 100644 --- a/fs-sim/fs-sim.cabal +++ b/fs-sim/fs-sim.cabal @@ -11,6 +11,8 @@ license-files: copyright: 2019-2024 Input Output Global Inc (IOG) author: IOG Engineering Team maintainer: operations@iohk.io, Joris Dral (joris@well-typed.com) +homepage: https://github.com/input-output-hk/fs-sim +bug-reports: https://github.com/input-output-hk/fs-sim/issues category: Testing build-type: Simple extra-doc-files: