@hackage packdeps0.4.0.3
Check your cabal packages for lagging dependencies.
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (10)
- Cabal >=1.8
- base >=4 && <5
- bytestring >=0.9
- containers >=0.2
- directory >=1.0
- filepath >=1.1 Show all…
Dependents (4)
@hackage/postgrest, @hackage/package-o-tron, @hackage/acme-everything, @hackage/cabal-nirvana
This provides a library and command line tool for checking if the upper bounds in your package's dependency list excludes the newest package available. The code was originally available only as a web interface at http://packdeps.haskellers.com/, but is now available for standalone use as well.
The command line tool has an incredibly simple interface: simply pass it a list of cabal files, and it will tell you what dependencies- if any- are restricted.