Hi,

I'm pleased to announce the release of gitlab-haskell-1.0.0.1 .

This library lifts the GitLab web API into Haskell. The library also has an event driven API for implementing server-side GitLab file hooks.

This 1.0.0.1 release features:

1. Complete coverage of the GitLab v4 REST API.

2. An extensive suite of unit tests for parsing and serialising GitLab JSON objects.

Documentation:
https://hackage.haskell.org/package/gitlab-haskell

Repository:
https://gitlab.com/robstewart57/gitlab-haskell

Details of the real-time API for GitLab events:
https://www.macs.hw.ac.uk/~rs46/posts/2020-06-06-gitlab-system-hooks.html

--
Rob Stewart
https://www.macs.hw.ac.uk/~rs46/