Name: fedora-haskell-tools Version: 0.8 x-revision: 1 Synopsis: Building and maintenance tools for Fedora Haskell Description: 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-2019 Jens Petersen Category: Distribution Build-type: Simple Extra-source-files: README.md TODO ChangeLog Cabal-version: >=1.6 Tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.4 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, csv, directory, fedora-dists, filepath, HTTP, process, simple-cmd >= 0.1.4 && < 0.2, simple-cmd-args >= 0.1.1, split, time < 1.9, unix Hs-Source-Dirs: src, . Other-modules: Build, Dist, Koji, Paths_fedora_haskell_tools, Utils RPM GHC-options: -fwarn-missing-signatures -Wall Extensions: CPP Executable fhbz Main-is: fhbz.hs Build-depends: base < 5, fedora-dists, time Hs-Source-Dirs: src, . Other-modules: Dist, Koji, RPM GHC-options: -fwarn-missing-signatures -Wall Extensions: CPP Executable fhmock Main-is: fhmock.hs Build-depends: base < 5, fedora-dists, optparse-applicative, simple-cmd >= 0.1.1, simple-cmd-args 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 Extensions: CPP