We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff32fee commit 5fac401Copy full SHA for 5fac401
src/Action/CmdLine.hs
@@ -96,8 +96,9 @@ defaultDatabaseLang lang = do
96
++ "since xdg location is available (" ++ xdgLocation ++")."
97
pure xdgLocation
98
(False, True) -> do
99
- hPutStrLn stderr $ "Warning: " ++ legacyLocation ++ " is deprecated."
100
- ++ "Consider moving it to $XDG_DATA_HOME/hoogle (" ++ xdgLocation ++ ")"
+ -- TODO: renable after release
+ --hPutStrLn stderr $ "Warning: " ++ legacyLocation ++ " is deprecated."
101
+ -- ++ "Consider moving it to $XDG_DATA_HOME/hoogle (" ++ xdgLocation ++ ")"
102
pure legacyLocation
103
pure $ dir </> "default-" ++ lower (show lang) ++ "-" ++ showVersion (trimVersion 3 version) ++ ".hoo"
104
0 commit comments