From b0d76615f9fbbe28b3afc2352c6f3a7368856873 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 9 Nov 2015 12:10:08 +0530 Subject: [PATCH] Add hayoo choice as part of hoogle url. --- haskell-hoogle.el | 1 + 1 file changed, 1 insertion(+) diff --git a/haskell-hoogle.el b/haskell-hoogle.el index 7edd0b2e0..42be5626e 100644 --- a/haskell-hoogle.el +++ b/haskell-hoogle.el @@ -45,6 +45,7 @@ If nil, use the Hoogle web-site." :type '(choice (const :tag "haskell-org" "http://haskell.org/hoogle/?q=%s") (const :tag "fp-complete" "https://www.stackage.org/lts/hoogle?q=%s") + (const :tag "hayoo" "http://hayoo.fh-wedel.de/?query=%s") string)) ;;;###autoload