cabal-version: 2.2 name: select-rpms version: 0.1.0 synopsis: Select a subset of RPM packages description: A library for selecting a subset of RPM (sub)packages. license: MIT license-file: LICENSE author: Jens Petersen maintainer: Jens Petersen copyright: 2024 Jens Petersen category: Distribution homepage: https://github.com/juhp/select-rpms bug-reports: https://github.com/juhp/select-rpms/issues build-type: Simple extra-doc-files: README.md ChangeLog.md tested-with: GHC == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.6 || == 9.8.2 source-repository head type: git location: https://github.com/juhp/select-rpms.git library build-depends: base < 5, directory, extra >= 1.7.11, filepath, Glob, rpm-nvr, safe, simple-cmd, simple-cmd-args >= 0.1.8, simple-prompt >= 0.2 default-language: Haskell2010 exposed-modules: SelectRPMs 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