X.A.Search: Update hoogle URL

This commit is contained in:
slotThe 2019-10-05 10:30:50 +02:00
parent 60101b9a70
commit 48e6bb5529
2 changed files with 5 additions and 1 deletions

View File

@ -113,6 +113,10 @@
Make fuzzy sort show shorter strings first.
* `XMonad.Actions.Search`
The `hoogle` function now uses the new URL `hoogle.haskell.org`.
## 0.15
### Breaking Changes

View File

@ -293,7 +293,7 @@ debpts = searchEngine "debpts" "http://packages.qa.debian.org/"
dictionary = searchEngine "dict" "http://dictionary.reference.com/browse/"
google = searchEngine "google" "http://www.google.com/search?num=100&q="
hackage = searchEngine "hackage" "http://hackage.haskell.org/package/"
hoogle = searchEngine "hoogle" "http://www.haskell.org/hoogle/?q="
hoogle = searchEngine "hoogle" "http://hoogle.haskell.org/?hoogle="
images = searchEngine "images" "http://images.google.fr/images?q="
imdb = searchEngine "imdb" "http://www.imdb.com/find?s=all&q="
isohunt = searchEngine "isohunt" "http://isohunt.com/torrents/?ihq="