name: cabal-graphdeps
version: 0.1
license: MIT
license-file: license.txt
author: John Millikin <john@john-millikin.com>
maintainer: John Millikin <john@john-millikin.com>
build-type: Simple
cabal-version: >= 1.6
category: Development
stability: experimental
homepage: https://john-millikin.com/software/cabal-graphdeps/
bug-reports: mailto:jmillikin@gmail.com
synopsis: Generate graphs of install-time Cabal dependencies
description:
source-repository head
type: git
location: https://john-millikin.com/code/cabal-graphdeps/
source-repository this
type: git
location: https://john-millikin.com/code/cabal-graphdeps/
tag: cabal-graphdeps_0.1
executable cabal-graphdeps
main-is: Main.hs
hs-source-dirs: src
ghc-options: -Wall -O2
build-depends:
base >= 4.0 && < 5.0
, containers >= 0.1
, directory
, options >= 1.0 && < 2.0
, parsec >= 3.0 && < 3.2
, process >= 1.2
, split
, temporary