Name: fedora-haskell-tools Version: 1.0 Synopsis: Building and maintenance tools for Fedora Haskell Description: Maintainer tools for building and managing Fedora Haskell packages. Homepage: https://github.com/fedora-haskell/fedora-haskell-tools Bug-reports: https://github.com/fedora-haskell/fedora-haskell-tools/issues License: GPL-3 License-file: COPYING Author: Jens Petersen Maintainer: Jens Petersen Copyright: 2014-2022 Jens Petersen Category: Distribution Build-type: Simple Extra-source-files: README.md TODO ChangeLog Cabal-version: >=1.10 Tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2 source-repository head type: git location: https://github.com/fedora-haskell/fedora-haskell-tools Executable fhpkg Main-is: fhpkg.hs Build-depends: base >= 4.6 && < 5, bytestring, csv, directory, extra, fedora-dists >= 2.0, filepath, http-conduit >= 2.3.2, http-types, optparse-applicative, process, simple-cmd >= 0.2.0, simple-cmd-args >= 0.1.6, split, time, unix Hs-Source-Dirs: src, . Other-modules: Build, Dist, Koji, Paths_fedora_haskell_tools, Utils RPM GHC-options: -fwarn-missing-signatures -Wall Default-Language: Haskell98 Executable fhbz Main-is: fhbz.hs Build-depends: base < 5, directory, fedora-dists >= 2.0, filepath, process, simple-cmd, simple-cmd-args, time Hs-Source-Dirs: src, . Other-modules: Dist, Koji, RPM, Utils GHC-options: -fwarn-missing-signatures -Wall Default-Language: Haskell98 Executable fhmock Main-is: fhmock.hs Build-depends: base < 5, fedora-dists >= 2.0, simple-cmd >= 0.2.0, simple-cmd-args >= 0.1.2 if impl(ghc<8.0) Build-depends: semigroups Hs-Source-Dirs: src, . Other-modules: Dist, Paths_fedora_haskell_tools GHC-options: -fwarn-missing-signatures -Wall Default-Language: Haskell98