dnf-repo-0.6: dnf-repo.cabal
name: dnf-repo
version: 0.6
synopsis: A dnf wrapper with fine control of enabled repos
description:
A command-line wrapper of the dnf package manager to
control the repos enabled for a dnf invocation.
license: GPL-3
license-file: COPYING
author: Jens Petersen <juhpetersen@gmail.com>
maintainer: Jens Petersen <juhpetersen@gmail.com>
copyright: 2022-2024 Jens Petersen <juhpetersen@gmail.com>
category: Utility
homepage: https://github.com/juhp/dnf-repo
bug-reports: https://github.com/juhp/dnf-repo/issues
build-type: Simple
extra-doc-files: README.md
ChangeLog.md
cabal-version: 2.0
tested-with: GHC == 8.6.5
|| == 8.8.4
|| == 8.10.7
|| == 9.0.2
|| == 9.2.7
|| == 9.4.8
|| == 9.6.4
|| == 9.8.2
data-dir: data
data-files: koji-REPO.repo
source-repository head
type: git
location: https://github.com/juhp/dnf-repo.git
executable dnf-repo
main-is: Main.hs
other-modules: Paths_dnf_repo
ExpireRepos
State
Sudo
YumRepoFile
autogen-modules: Paths_dnf_repo
hs-source-dirs: src
build-depends: base < 5,
curl,
directory,
extra,
filepath,
Glob,
http-directory >= 0.1.9,
simple-cmd >= 0.2.2,
simple-cmd-args >= 0.1.8,
simple-prompt >= 0.2
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
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: dnf-repo:dnf-repo