bugzilla: A Haskell interface to the Bugzilla native REST API

[ bsd3, library, web ] [ Propose Tags ]
This version is deprecated.

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


[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

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.1.0, 0.2.1.1 (info)
Dependencies aeson (>=0.7 && <0.8), base (>=4.6 && <4.7), blaze-builder (>=0.3 && <0.4), bugzilla, bytestring (>=0.10 && <0.11), connection (>=0.2 && <0.3), containers (>=0.5 && <0.6), data-default (>=0.5 && <0.6), http-conduit (>=2.0 && <2.1), http-types (>=0.8 && <0.9), iso8601-time (>=0.1 && <0.2), resourcet (>=0.4 && <0.5), text (>=0.11 && <0.12), time (>=1.4 && <1.5), transformers (>=0.3 && <0.4), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.11) [details]
License BSD-3-Clause
Copyright Copyright 2014 Seth Fowler
Author Seth Fowler
Maintainer mark.seth.fowler@gmail.com
Category Web
Home page https://github.com/sethfowler/hsbugzilla
Source repo head: git clone https://github.com/sethfowler/hsbugzilla.git(tag 0.1)
Uploaded by swift at 2014-04-02T12:52:36Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables bugzilla
Downloads 3342 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for bugzilla-0.1.0.0

[back to package description]

hsbugzilla

A Haskell interface to the Bugzilla native REST API.

Relevant links: