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