We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e19ff7 + d9cd66a commit 569fc00Copy full SHA for 569fc00
haskell-hoogle.el
@@ -39,11 +39,11 @@ If nil, use the Hoogle web-site."
39
:type '(choice (const :tag "Use Web-site" nil)
40
string))
41
42
-(defcustom haskell-hoogle-url "http://haskell.org/hoogle/?q=%s"
+(defcustom haskell-hoogle-url "https://hoogle.haskell.org/?hoogle=%s"
43
"Default value for hoogle web site."
44
:group 'haskell
45
:type '(choice
46
- (const :tag "haskell-org" "http://haskell.org/hoogle/?q=%s")
+ (const :tag "haskell-org" "https://hoogle.haskell.org/?hoogle=%s")
47
(const :tag "fp-complete" "https://www.stackage.org/lts/hoogle?q=%s")
48
(const :tag "hayoo" "http://hayoo.fh-wedel.de/?query=%s")
49
0 commit comments