From 836080084140784eb41b092e4ca5902f95701119 Mon Sep 17 00:00:00 2001 From: Preetham Gujjula Date: Thu, 11 Apr 2024 14:23:02 -0700 Subject: [PATCH] Add REUSE compliance badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c76e6cc..3e6a3e8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ SPDX-License-Identifier: BSD-3-Clause # `primecount` for Haskell [![Haskell-CI](https://github.com/pgujjula/primecount-haskell/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/pgujjula/primecount-haskell/actions/workflows/haskell-ci.yml) +[![REUSE status](https://api.reuse.software/badge/github.com/pgujjula/primecount-haskell)](https://api.reuse.software/info/github.com/pgujjula/primecount-haskell) This library provides Haskell bindings to Kim Walisch's [primecount](https://github.com/kimwalisch/primecount) library.