bugzilla-redhat

A Haskell interface to the Bugzilla native REST API

https://github.com/juhp/hsbugzilla

Version on this page:0.3.1
LTS Haskell 22.14:1.0.1.1
Stackage Nightly 2024-03-29:1.0.1.1
Latest on Hackage:1.0.1.1

See all snapshots bugzilla-redhat appears in

BSD-3-Clause licensed by Seth Fowler
Maintained by Jens Petersen
This version can be pinned in stack with:bugzilla-redhat-0.3.1@sha256:efa5301e1039c8cbaabbdbce506349c03b20099e4b4512b3fbf783a56a2223b7,2727

Module documentation for 0.3.1

bugzilla-redhat

build Hackage Stackage

This is a fork of the Haskell bugzilla native REST API library by Seth Fowler.

See the haddock documentation for more details.

Relevant links:

Changes

bugzilla-redhat version history

0.3.1 (2021-02-07)

  • export sendBzRequest

0.3.0 (2020-08-05)

  • a fork of Seth Fowler’s bugzilla library
  • updated to build with Stackage LTS > 5 up to LTS 16 and Nightly
  • minor API tweaks needed for redhat.bugzilla.com v5 (e3b424e2)
  • expose BugzillaToken, newBzRequest, intAsText
  • drop closeBugzillaContext and withBugzillaContext
  • add evalSearchExpr
  • hlint fixes

bugzilla 0.2 and older

See Seth Fowler’s original changelog.orig file.