name: koji version: 0.0.1 synopsis: Koji buildsystem XML-RPC API bindings description: This library provides Haskell bindings to the Koji XML RPC API. Koji is a distributed rpm buildsystem used by Fedora, Centos, Red Hat, and other projects. See . category: Network homepage: https://github.com/juhp/koji-hs bug-reports: https://github.com/juhp/koji-hs/issues license: GPL-2 license-file: LICENSE author: Jens Petersen maintainer: Jens Petersen copyright: 2020-2021 Jens Petersen build-type: Simple cabal-version: 1.18 extra-doc-files: README.md ChangeLog.md tested-with: GHC == 8.0.2 , GHC == 8.2.2 , GHC == 8.4.4 , GHC == 8.6.5 , GHC == 8.8.4 , GHC == 8.10.4 source-repository head type: git location: https://github.com/juhp/koji-hs.git library hs-source-dirs: src exposed-modules: Distribution.Koji Distribution.Koji.API build-depends: base >= 4 && < 5 , haxr >= 3000.11.4 , mtl default-language: Haskell2010 ghc-options: -Wall if impl(ghc >= 8.0) ghc-options: -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints if impl(ghc >= 8.2) ghc-options: -fhide-source-paths if impl(ghc >= 8.4) ghc-options: -Wmissing-export-lists -Wpartial-fields if impl(ghc >= 8.10) ghc-options: -Wunused-packages