
This new gitlab-haskell library provides read/write access to data on a GitLab server, using the GitLab web API. The library provides access to: branches, commits, groups, issues, jobs, members, merge requests, pipelines, projects, repositories, repository files and users. JSON responses are parsed into typed Haskell values for convenience. https://hackage.haskell.org/package/gitlab-haskell-0.1.0.0 -- Rob Stewart

Hello Rob, On Wed, Apr 10, 2019 at 02:12:56PM +0100, Rob Stewart wrote:
This new gitlab-haskell library provides read/write access to data on a GitLab server, using the GitLab web API.
The library provides access to: branches, commits, groups, issues, jobs, members, merge requests, pipelines, projects, repositories, repository files and users.
JSON responses are parsed into typed Haskell values for convenience.
This is extremely nice (and with the migration of GHC to gitlab, very useful too)!
You might want to post in haskell announce too (and/or Discourse), since not everyone is subscribed to -cafe! -F
participants (2)
-
Francesco Ariis
-
Rob Stewart