github-tools-0.1.0: github-tools.cabal
name: github-tools
version: 0.1.0
synopsis: Various Github helper utilities.
homepage: https://toktok.github.io/
license: AGPL-3
license-file: LICENSE
author: iphydf
maintainer: iphydf@users.noreply.github.com
category: Development
build-type: Simple
cabal-version: >=1.10
description:
- Pull Request status tool.
- Change log generator.
source-repository head
type: git
location: https://github.com/TokTok/github-tools.git
executable pull-status
main-is: pull-status.hs
other-modules:
PullRequestInfo
Requests
Review
ghc-options:
-Wall
build-depends:
base >= 4 && < 5
, bytestring
, exceptions
, github >= 0.15.0
, groom
, html
, http-client >= 0.4.30
, http-client-tls
, monad-parallel
, tabular
, tagsoup
, text
, time
, vector
hs-source-dirs: src
default-language: Haskell2010
executable changelog
main-is: changelog.hs
other-modules:
Requests
ghc-options:
-Wall
build-depends:
base >= 4 && < 5
, bytestring
, containers
, exceptions
, github >= 0.15.0
, groom
, http-client
, http-client-tls
, text
, vector
hs-source-dirs: src
default-language: Haskell2010