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.
2 parents 6702d7e + f2c925f commit d84604bCopy full SHA for d84604b
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