packages feed

fedora-haskell-tools-0.7: fedora-haskell-tools.cabal

Name:                fedora-haskell-tools
Version:             0.7
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 <petersen@fedoraproject.org>
Maintainer:          Jens Petersen <petersen@fedoraproject.org>
Copyright:           2014-2019 Jens Petersen <petersen@fedoraproject.org>
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.3

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.1,
                   split,
                   time < 1.9,
                   unix
    Hs-Source-Dirs: src, .
    Other-modules: Build, Koji, Options, 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: 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: Options, Paths_fedora_haskell_tools
    GHC-options:   -fwarn-missing-signatures -Wall
    Extensions:    CPP