name: fedora-krb version: 0.1.0 synopsis: Kerberos for Fedora packagers description: A small library wrapping fkinit for Fedora developers. license: GPL-2 license-file: LICENSE author: Jens Petersen maintainer: Jens Petersen copyright: 2024-2025 Jens Petersen category: Distribution homepage: https://github.com/juhp/fedora-krb bug-reports: https://github.com/juhp/fedora-krb/issues build-type: Simple extra-doc-files: README.md ChangeLog.md cabal-version: 2.0 tested-with: 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.6, GHC == 9.8.4, GHC == 9.10.1 source-repository head type: git location: https://github.com/juhp/fedora-krb.git library build-depends: base < 5, simple-cmd default-language: Haskell2010 exposed-modules: Fedora.Krb 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