bugzilla-redhat: A Haskell interface to the Bugzilla native REST API

[ bsd3, library, web ] [ Propose Tags ]

This package is designed to provide an easy-to-use, typesafe interface to querying Bugzilla from Haskell.

This is a friendly fork of Seth Fowler's library, with minor updates and API tweaks needed for bugzilla.redhat.com.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
builddemo

Build the bugzilla demo program

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.3.0, 0.3.1, 0.3.2, 0.3.3, 1.0.0, 1.0.1, 1.0.1.1
Change log ChangeLog.md
Dependencies aeson (>=0.7 && <1.6), base (>=4.6 && <4.15), blaze-builder (>=0.3 && <0.5), bugzilla-redhat, bytestring (>=0.10 && <0.11), connection (>=0.2 && <0.4), containers (>=0.5 && <0.7), http-conduit (>=2.1.11 && <2.4), http-types (>=0.8 && <0.13), iso8601-time (>=0.1 && <1.6), resourcet (>=0.4 && <1.3), text (>=0.11 && <1.3), time (>=1.4 && <1.10), transformers (>=0.3 && <0.6), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.13) [details]
License BSD-3-Clause
Copyright 2014 Seth Fowler, 2020 Jens Petersen
Author Seth Fowler <mark.seth.fowler@gmail.com>
Maintainer Jens Petersen <juhpetersen@gmail.com>
Category Web
Home page https://github.com/juhp/hsbugzilla
Source repo head: git clone https://github.com/juhp/hsbugzilla.git
Uploaded by JensPetersen at 2021-02-07T07:44:39Z
Distributions Fedora:1.0.1, LTSHaskell:1.0.1.1, NixOS:1.0.1.1, Stackage:1.0.1.1
Executables bugzilla
Downloads 1357 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-02-07 [all 1 reports]

Readme for bugzilla-redhat-0.3.1

[back to package description]

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: