cabal-audit-0.3.0.0: cabal-audit.cabal
name: cabal-audit
version: 0.3.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.4 && < 4.8,
Cabal >= 1.16 && < 1.18,
directory >= 1.2 && < 1.4,
filepath >= 1.3 && < 1.5,
HTTP >= 4000.2 && < 4000.4,
optparse-applicative >= 0.5
source-repository head
type: git
location: https://github.com/joelteon/cabal-audit.git