Skip to content

Commit

Permalink
Updated README for Hackage badge and list of maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
jchia committed Jan 23, 2024
1 parent 80be05f commit 8da8994
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sqlite-simple: mid-level bindings to the sqlite database
========================================================

[![Build Status](https://github.com/nurpax/sqlite-simple/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/nurpax/sqlite-simple/actions/workflows/haskell-ci.yml)
[![Build Status](https://github.com/nurpax/sqlite-simple/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/nurpax/sqlite-simple/actions/workflows/haskell-ci.yml) [![Hackage](https://img.shields.io/hackage/v/sqlite-simple.svg)](https://hackage.haskell.org/package/sqlite-simple)

This library is a mid-level Haskell binding to the SQLite database.

Expand Down Expand Up @@ -95,7 +95,8 @@ tests for any such features.
## Credits

- [Janne Hellsten](https://github.com/nurpax) author, long-term maintainer
- [Sergey Bushnyak](https://github.com/sigrlami) current maintainer
- [Sergey Bushnyak](https://github.com/sigrlami) long-term maintainer
- [Joshua Chia](https://github.com/jchia) current maintainer

A lot of the code is directly borrowed from
[mysql-simple](http://github.com/bos/mysql-simple) by Bryan O'Sullivan
Expand Down

0 comments on commit 8da8994

Please sign in to comment.