Merge pull request #503 from haskell-servant/jkarni/vault-link
Link to vault package.
This commit is contained in:
commit
d84604b944
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ import Data.Vault.Lazy (Vault)
|
|||
--
|
||||
-- | Use 'Vault' in your API types to provide access to the 'Vault'
|
||||
-- of the request, which is a location shared by middlewares and applications
|
||||
-- to store arbitrary data. See 'Vault' for more details on how to actually
|
||||
-- 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
|
||||
--
|
||||
-- Example:
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue