packdeps

Check your cabal packages for lagging dependencies.

http://packdeps.haskellers.com/

Version on this page:0.6.0.0
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.6.0.0@sha256:de6a3b0f6e961e77d7d13bf722916d120dc5c3cd6ca93b7ef5790137e6458724,2250

Module documentation for 0.6.0.0

packdeps

Build Status

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

Changes

ChangeLog for packdeps

0.6.0.0

  • Switch to Cabal 3.2

0.5.0.0

  • Switch to Cabal 3.0

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