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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.3.0, 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.5), 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.0 && <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 2020-08-05T04:48:53Z

Modules

[Index] [Quick Jump]

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


Readme for bugzilla-redhat-0.3.0

[back to package description]

hsbugzilla

Build Status

A Haskell interface to the Bugzilla native REST API.

Relevant links: