@hackage packdeps0.0.2.1
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 && <1.13
- base >=4 && <5
- bytestring >=0.9 && <0.10
- containers >=0.2 && <0.5
- directory >=1.0 && <1.2
- filepath >=1.1 && <1.3 Show all…
Dependents (4)
@hackage/postgrest, @hackage/package-o-tron, @hackage/acme-everything, @hackage/cabal-nirvana
Package Flags
web(on by default)
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.