packdeps

Check your cabal packages for lagging dependencies.

http://packdeps.haskellers.com/

Version on this page:0.4.5
LTS Haskell 18.28:0.6.0.0@rev:1
Stackage Nightly 2021-06-14:0.6.0.0@rev:1
Latest on Hackage:0.6.0.0@rev:1

See all snapshots packdeps appears in

BSD-3-Clause licensed and maintained by Michael Snoyman
This version can be pinned in stack with:packdeps-0.4.5@sha256:679f5995bd9d9e4cc53ad8540bfaeb47f6db970949684cff64e201d72b72ab55,2153

Module documentation for 0.4.5

packdeps

Build Status

Check the upper bounds on a package to determine if there are newer versions of dependencies.

Changes

0.4.5

  • Switch to Cabal 2.2
  • Add preferred switch

0.4.4

  • Switch over to Cabal 2.0. (Normally it would be better to keep backwards compat, but the API breakage is too high.)

0.4.3

  • Updates (better cabal config parsing) #30

0.4.2

  • Added –quiet flag to suppress output for up to date cabal files #29

0.4.1

  • Cli improvements: UI tweaks and –recursive flag #28