packdeps

Check your cabal packages for lagging dependencies.

http://packdeps.haskellers.com/

Version on this page:0.4.4
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.4@sha256:36114ae00b45af3765a38d546e33221500620b02d0a57205cb68922a9bdde9ab,2144

Module documentation for 0.4.4

packdeps

Build Status

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

Changes

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