pagure-0.2.0: pagure.cabal
cabal-version: 1.22
name: pagure
version: 0.2.0
synopsis: Pagure REST client library
description: A library for querying Pagure gitforges via REST.
homepage: https://github.com/juhp/pagure-hs
bug-reports: https://github.com/juhp/pagure-hs/issues
license: GPL-2
license-file: LICENSE
author: Jens Petersen <petersen@redhat.com>
maintainer: Jens Petersen <petersen@redhat.com>
copyright: 2020-2022, 2024 Jens Petersen <petersen@redhat.com>
category: Network
build-type: Simple
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.7
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.5
GHC == 9.8.2
source-repository head
type: git
location: https://github.com/juhp/pagure-hs.git
library
build-depends: aeson
, base >= 4 && < 5
, http-query >= 0.1.2
, text
hs-source-dirs: src
exposed-modules: Fedora.Pagure
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
default-language: Haskell2010