diff options
author | pgj <pgj@FreeBSD.org> | 2010-01-03 12:53:50 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-01-03 12:53:50 +0800 |
commit | 2fc0c602a1a60b8c4c70a2dcb8c90be700095061 (patch) | |
tree | 1712b94ced308703098a9793a3e5c7ae1422ad0d /devel/Makefile | |
parent | 48bb24b76b77ae3fc69b574305d78df5fd7c182d (diff) | |
download | freebsd-ports-gnome-2fc0c602a1a60b8c4c70a2dcb8c90be700095061.tar.gz freebsd-ports-gnome-2fc0c602a1a60b8c4c70a2dcb8c90be700095061.tar.zst freebsd-ports-gnome-2fc0c602a1a60b8c4c70a2dcb8c90be700095061.zip |
Hoogle is a Haskell API search engine, which allows you to
search many standard Haskell libraries by either function
name, or by approximate type signature.
WWW: http://www.haskell.org/hoogle/
PR: ports/142145
Submitted by: Jacula Modyun <jacula(at)gmail.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6f3f0bd655d5..9d4f7dc78873 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -546,6 +546,7 @@ SUBDIR += hs-hat SUBDIR += hs-hdoc SUBDIR += hs-hmake + SUBDIR += hs-hoogle SUBDIR += hs-idoc SUBDIR += hs-language-c-ghc SUBDIR += hs-lazysmallcheck-ghc |