File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog 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
455.0.18.1, released 2020-12-27
56 #365, add flag to disable network tests
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments