packages feed

fedora-haskell-tools-0.4: fedora-haskell-tools.cabal

Name:                fedora-haskell-tools
Version:             0.4
Synopsis:            Building and managing 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-2017 Jens Petersen <petersen@fedoraproject.org>
Category:            Distribution
Build-type:          Simple
Extra-source-files:  README.md TODO ChangeLog
Cabal-version:       >=1.6

source-repository head
  type:     git
  location: https://github.com/fedora-haskell/fedora-haskell-tools

Executable fhbuild
    Main-is:       fhbuild.hs
    Build-depends: base < 5,
                   directory,
                   filepath,
                   process,
                   unix
    Other-modules: Dists,
                   Koji,
                   RPM,
                   Utils
    GHC-options:   -fwarn-missing-signatures -Wall
    Extensions:    CPP

Executable fhbz
    Main-is:       fhbz.hs
    Build-depends: base < 5,
                   time
    Other-modules: Utils
    GHC-options:   -fwarn-missing-signatures -Wall
    Extensions:    CPP

Executable fhpkg
    Main-is:       fhpkg.hs
    Build-depends: base < 5,
                   directory,
                   filepath,
                   process,
                   unix
    Other-modules: Dists,
                   Koji,
                   Utils
    GHC-options:   -fwarn-missing-signatures -Wall
    Extensions:    CPP