Skip to content

Commit

Permalink
Add Hackage badges
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Dec 30, 2024
1 parent 523f1dd commit 3edf5a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# safe-wild-cards

[![Hackage](https://img.shields.io/hackage/v/safe-wild-cards)](https://hackage.haskell.org/package/safe-wild-cards)
[![Haddocks](https://img.shields.io/badge/documentation-Haddocks-purple)](https://hackage.haskell.org/package/safe-wild-cards/docs/SafeWildCards.html)

`-XRecordWildCards` is convenient, but sometimes you want to assert that
you have handled all fields of a record. `safe-wild-cards` lets you do this.

0 comments on commit 3edf5a3

Please sign in to comment.