mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
X.A.Search: Update hoogle URL
This commit is contained in:
parent
60101b9a70
commit
48e6bb5529
@ -113,6 +113,10 @@
|
|||||||
|
|
||||||
Make fuzzy sort show shorter strings first.
|
Make fuzzy sort show shorter strings first.
|
||||||
|
|
||||||
|
* `XMonad.Actions.Search`
|
||||||
|
|
||||||
|
The `hoogle` function now uses the new URL `hoogle.haskell.org`.
|
||||||
|
|
||||||
## 0.15
|
## 0.15
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
@ -293,7 +293,7 @@ debpts = searchEngine "debpts" "http://packages.qa.debian.org/"
|
|||||||
dictionary = searchEngine "dict" "http://dictionary.reference.com/browse/"
|
dictionary = searchEngine "dict" "http://dictionary.reference.com/browse/"
|
||||||
google = searchEngine "google" "http://www.google.com/search?num=100&q="
|
google = searchEngine "google" "http://www.google.com/search?num=100&q="
|
||||||
hackage = searchEngine "hackage" "http://hackage.haskell.org/package/"
|
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="
|
images = searchEngine "images" "http://images.google.fr/images?q="
|
||||||
imdb = searchEngine "imdb" "http://www.imdb.com/find?s=all&q="
|
imdb = searchEngine "imdb" "http://www.imdb.com/find?s=all&q="
|
||||||
isohunt = searchEngine "isohunt" "http://isohunt.com/torrents/?ihq="
|
isohunt = searchEngine "isohunt" "http://isohunt.com/torrents/?ihq="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user