Skip to content

Commit d9cd66a

Browse files
committed
Switch to a better Hoogle
This version of Hoogle is newer and has a larger index.
1 parent 4aa8875 commit d9cd66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-hoogle.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ If nil, use the Hoogle web-site."
3939
:type '(choice (const :tag "Use Web-site" nil)
4040
string))
4141

42-
(defcustom haskell-hoogle-url "http://haskell.org/hoogle/?q=%s"
42+
(defcustom haskell-hoogle-url "https://hoogle.haskell.org/?hoogle=%s"
4343
"Default value for hoogle web site."
4444
:group 'haskell
4545
:type '(choice
46-
(const :tag "haskell-org" "http://haskell.org/hoogle/?q=%s")
46+
(const :tag "haskell-org" "https://hoogle.haskell.org/?hoogle=%s")
4747
(const :tag "fp-complete" "https://www.stackage.org/lts/hoogle?q=%s")
4848
(const :tag "hayoo" "http://hayoo.fh-wedel.de/?query=%s")
4949
string))

0 commit comments

Comments
 (0)