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 4f4ca69 commit f2c925fCopy full SHA for f2c925f
servant/src/Servant/API/Vault.hs
@@ -9,8 +9,8 @@ import Data.Vault.Lazy (Vault)
9
--
10
-- | Use 'Vault' in your API types to provide access to the 'Vault'
11
-- of the request, which is a location shared by middlewares and applications
12
--- to store arbitrary data. See 'Vault' for more details on how to actually
13
--- use the vault in your handlers
+-- to store arbitrary data. See <https://hackage.haskell.org/package/vault vault>
+-- for more details on how to actually use the vault in your handlers
14
15
-- Example:
16
0 commit comments