hackageDB :: [Package]

Search HackageDB

Note: this interface is still very experimental.

Advanced search

Help

The search through the available package descriptions may be directed by the following special tags:

package description depends-on required-by
category has-library executable stability
maintainer author license tested-with
cabal-version build-typ

Examples:

foo
finds all packages containing the string "foo" in their name, description, or any other field.
package:foo stability:stable
finds all packages named "foo" which are marked as "stable".
has-library:yes depends-on:foo
finds all packages containing a library and depending (directly or indirectly) on a package named "foo".