infer-upstream-0.1.1.0: infer-upstream.cabal
name: infer-upstream
version: 0.1.1.0
synopsis: Find the repository from where a given repo was forked
description: Find the repository from where a given repo was forked
homepage: https://github.com/silky/infer-upstream
license: MIT
license-file: LICENSE
author: Noon Silk
maintainer: noonsilk@gmail.com
category: Development
build-type: Simple
cabal-version: >=1.8
extra-source-files: README.md, fetch_upstreams.sh, upstream_everything.sh
executable infer-upstream
main-is: infer-upstream.hs
build-depends:
base >= 4.0 && < 5.0,
text >= 0.10 && < 0.12,
optparse-applicative >= 0.5,
github >= 0.8 && < 0.9,
process >= 1.1 && < 1.3,
parsec >= 3.0 && < 3.2,
ansi-wl-pprint >= 0.5 && < 0.7