name: fedora-composes
version: 0.2
synopsis: Query Fedora composes
description:
CLI tool to list and check status of Fedora composes
license: BSD3
license-file: LICENSE
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/fedora-composes
bug-reports: https://github.com/juhp/fedora-composes/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.8
|| == 9.4.8
|| == 9.6.4
source-repository head
type: git
location: https://github.com/juhp/fedora-composes.git
executable fedora-composes
main-is: Main.hs
other-modules: Paths_fedora_composes
autogen-modules: Paths_fedora_composes
hs-source-dirs: src
build-depends: base < 5,
ansi-terminal,
bytestring,
extra,
http-conduit,
http-directory >= 0.1.9,
simple-cmd-args >= 0.1.7,
simple-prompt >= 0.2,
text,
time
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: fedora-composes:fedora-composes