Skip to content

Commit 569fc00

Browse files
authored
Merge pull request #1636 from magthe/switch-hoogle
Switch to a better Hoogle
2 parents 7e19ff7 + d9cd66a commit 569fc00

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)