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+ Fix up the output of /stats to account for API changes
34 #380, move results before left anchors in tab focus order
455.0.18.3, released 2021-12-24
56 Compatibility with aeson-2.0
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ replyServer log local links haddock store cdn home htmlDir scope Input{..} = cas
143143 stats <- getStatsDebug
144144 pure $ case stats of
145145 Nothing -> OutputFail $ lbstrPack " GHC Statistics is not enabled, restart with +RTS -T"
146- Just x -> OutputText $ lbstrPack $ replace " , " " \n " $ takeWhile ( /= ' } ' ) $ drop1 $ dropWhile ( /= ' { ' ) $ show x
146+ Just x -> OutputText $ lbstrPack x
147147 " haddock" : xs | Just x <- haddock -> do
148148 let file = intercalate " /" $ x: xs
149149 pure $ OutputFile $ file ++ (if hasTrailingPathSeparator file then " index.html" else " " )
You can’t perform that action at this time.
0 commit comments