cabal-audit-0.2.0.0: cabal-audit.cabal
name: cabal-audit
version: 0.2.0.0
synopsis: Check how up-to-date your .cabal dependencies are.
description: Check how up-to-date your .cabal dependencies are.
homepage: https://github.com/joelteon/cabal-audit.git
license: MIT
license-file: LICENSE
author: Joel Taylor
maintainer: me@joelt.io
category: Distribution
build-type: Simple
cabal-version: >=1.8
executable cabal-audit
hs-source-dirs: src
main-is: Main.hs
other-modules: Audit
Audit.Latest
Audit.Options
Audit.Panic
build-depends: base ==4.6.*,
Cabal == 1.16.*,
directory == 1.2.*,
filepath == 1.3.*,
HTTP == 4000.2.*,
optparse-applicative == 0.5.*
source-repository head
type: git
location: https://github.com/joelteon/cabal-audit.git