fedora-packages-0.0.3: Haskell interface to the Fedora Packages webapp API.

Stabilityexperimental
MaintainerRicky Elrod <ricky@elrod.me>
Safe HaskellNone

Fedora.Packages.Bugs

Description

Provides functions and datatypes for accessing information about bugzilla bugs filed for Fedora packages.

Synopsis

Documentation

data Version Source

Constructors

AllVersions 
Rawhide 
F20 
F19 
F18 
EL7 
EL6 
EL5 

Instances

bugsSource

Arguments

:: PackagesConfig

The configuration to use.

-> Query BugsFilter

The search query to send.

-> IO (StandardResults Bug) 

Query to find bugs for a given package.