name: fedora-repoquery
version: 0.7.4
synopsis: Fedora release repos package query tool
description:
A CLI tool for repoquerying Fedora and Centos Stream release packages:
by default it displays their version and repo location
and optionally the repo compose timestamps
license: GPL-3
license-file: COPYING
author: Jens Petersen <petersen@redhat.com>
maintainer: Jens Petersen <petersen@redhat.com>
copyright: 2021-2025 Jens Petersen <petersen@redhat.com>
category: Utility
homepage: https://github.com/juhp/fedora-repoquery
bug-reports: https://github.com/juhp/fedora-repoquery/issues
build-type: Simple
extra-doc-files: README.md
ChangeLog.md
cabal-version: 2.0
tested-with: GHC == 8.10
|| == 9.0
|| == 9.2
|| == 9.4
|| == 9.6
|| == 9.8
|| == 9.10
|| == 9.12
source-repository head
type: git
location: https://github.com/juhp/fedora-repoquery.git
executable fedora-repoquery
main-is: Main.hs
autogen-modules: Paths_fedora_repoquery
other-modules: Paths_fedora_repoquery
Arch
BodhiRelease
Cache
Common
List
Query
Release
Types
URL
hs-source-dirs: src
build-depends: base < 5,
case-insensitive,
curl,
directory,
extra,
fedora-releases >= 0.2,
filepath,
Glob,
regex-compat,
safe,
simple-cmd >= 0.2,
simple-cmd-args,
text,
time,
xdg-basedir
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
-- library
-- build-depends: base < 5
-- default-language: Haskell2010
-- exposed-modules: Distribution.Fedora.Repoquery
-- hs-source-dirs: src
-- 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
test-suite test
main-is: tests.hs
type: exitcode-stdio-1.0
hs-source-dirs: test
default-language: Haskell2010
ghc-options: -Wall
build-depends: base >= 4 && < 5
, simple-cmd
build-tool-depends: fedora-repoquery:fedora-repoquery