From 3420befd1fae60b797711acc6cf2b23a390c89cf Mon Sep 17 00:00:00 2001 From: Sibi Date: Wed, 16 Sep 2015 17:09:58 +0530 Subject: [PATCH] Fix hoogle query to fpcomplete The fpcomplete hoogle service has been transferred to Stackage servers. This patch makes sure that the hoogle query works with fpcomplete. --- haskell-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-mode.el b/haskell-mode.el index a2b9c7360..53a9d1c03 100644 --- a/haskell-mode.el +++ b/haskell-mode.el @@ -824,7 +824,7 @@ If nil, use the Hoogle web-site." :group 'haskell :type '(choice (const :tag "haskell-org" "http://haskell.org/hoogle/?q=%s") - (const :tag "fp-complete" "https://www.fpcomplete.com/hoogle?q=%s") + (const :tag "fp-complete" "https://www.stackage.org/lts/hoogle?q=%s") string)) ;;;###autoload