Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 620da73

Browse files
committed
Qualify !? so it doesn't conflict with extra
1 parent 748e5c4 commit 620da73

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Changelog for Hoogle (* = API change, @ = database format change)
22

3+
Compatibility with extra-1.7.10
34
#370, add --jsonl to produce JSON on separate lines
45
5.0.18.1, released 2020-12-27
56
#365, add flag to disable network tests

src/Action/Server.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ replyServer log local links haddock store cdn home htmlDir scope Input{..} = cas
163163
html = templateMarkup
164164
text = templateMarkup . H.string
165165

166-
tagOptions sel = mconcat [H.option !? (x `elem` sel, H.selected "selected") $ H.string x | x <- completionTags store]
166+
tagOptions sel = mconcat [H.option Text.Blaze.!? (x `elem` sel, H.selected "selected") $ H.string x | x <- completionTags store]
167167
params =
168168
[("cdn", text cdn)
169169
,("home", text home)

0 commit comments

Comments
 (0)