Skip to content

Commit c8131a8

Browse files
authored
Merge pull request #78 from input-output-hk/jdral/hackage-shields
Add hackage shields to README
2 parents 82feefc + 70d0e83 commit c8131a8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# fs-sim
22

33
[![handbook](https://img.shields.io/badge/policy-Cardano%20Engineering%20Handbook-informational)](https://input-output-hk.github.io/cardano-engineering-handbook)
4+
[![Hackage Version](https://img.shields.io/hackage/v/fs-sim?label=hackage%20fs-sim)](https://hackage.haskell.org/package/fs-sim)
5+
[![Hackage Version](https://img.shields.io/hackage/v/fs-api?label=hackage%20fs-api)](https://hackage.haskell.org/package/fs-api)
46
[![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)
57
[![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)
6-
[![Haddocks](https://img.shields.io/badge/documentation-Haddocks-purple)](https://input-output-hk.github.io/fs-sim/)
8+
[![Haddocks](https://img.shields.io/badge/documentation-Haddocks%20(dev%20version)-purple)](https://input-output-hk.github.io/fs-sim/)
79

810

911
The [`fs-sim`](./fs-sim/README.md) package provides a filesystem simulator that

fs-api/fs-api.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ license-files:
1111
copyright: 2019-2024 Input Output Global Inc (IOG)
1212
author: IOG Engineering Team
1313
maintainer: [email protected], Joris Dral ([email protected])
14+
homepage: https://github.com/input-output-hk/fs-sim
15+
bug-reports: https://github.com/input-output-hk/fs-sim/issues
1416
category: System
1517
build-type: Simple
1618
extra-doc-files:

fs-sim/fs-sim.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ license-files:
1111
copyright: 2019-2024 Input Output Global Inc (IOG)
1212
author: IOG Engineering Team
1313
maintainer: [email protected], Joris Dral ([email protected])
14+
homepage: https://github.com/input-output-hk/fs-sim
15+
bug-reports: https://github.com/input-output-hk/fs-sim/issues
1416
category: Testing
1517
build-type: Simple
1618
extra-doc-files:

0 commit comments

Comments
 (0)