Use haddock @since notation

This commit is contained in:
Yitz Gale 2023-09-19 17:50:20 +03:00
parent 32b609e93f
commit 26de905117

View File

@ -856,7 +856,7 @@ addGetParam name value = modifySIO $ \rbd -> rbd
-- You can specify the entire query string literally by adding a single bare -- You can specify the entire query string literally by adding a single bare
-- parameter and no other parameters. -- parameter and no other parameters.
-- --
-- Since 1.6.16 -- @since 1.6.16
-- --
-- ==== __Examples__ -- ==== __Examples__
-- --