name: cabal-progdeps
version: 1.0
synopsis: Show dependencies of program being built in current directory
description:
This utility can be used to display the version dependency
information for the program being built in the current directory.
Essentially it parses the dist/setup-config and displays the
information in a readable format. This can be very helpful when
adding version constraints to your package's dependencies in that it
shows what your package is currently built (or configured to be
built) with.
.
n.b. It's called "progdeps" instead of "pkgdeps" because it's
examining the build information in the current directory and not
actual packages.
.
Usage: cabal-progdeps
.
Works with cabal-dev and cabal.
.
category: Distribution
license: BSD3
license-file: LICENSE
author: Kevin Quick
maintainer: quick@sparq.org
build-type: Simple
cabal-version: >= 1.2
Executable cabal-progdeps
Main-is: progdeps.hs
Build-Depends:
base >= 4 && < 5,
Cabal > 1.10 && < 2,
filepath >= 1.2 && < 1.3,
directory >= 1.1 && < 1.2
ghc-options: -Wall