| Stability | experimental |
|---|---|
| Maintainer | Ricky Elrod <ricky@elrod.me> |
| Safe Haskell | None |
Fedora.Packages.Bugs
Description
Provides functions and datatypes for accessing information about bugzilla bugs filed for Fedora packages.
- data Bug = Bug {
- _bugClass :: Text
- _bugDescription :: Text
- _bugId :: Int
- _bugLastModified :: Text
- _bugRelease :: Text
- _bugStatus :: Text
- data BugsFilter = BugsFilter {}
- data Version
- bugs :: PackagesConfig -> Query BugsFilter -> IO (StandardResults Bug)
Documentation
Constructors
| Bug | |
Fields
| |
Arguments
| :: PackagesConfig | The configuration to use. |
| -> Query BugsFilter | The search query to send. |
| -> IO (StandardResults Bug) |
Query to find bugs for a given package.