Skip to content

Commit d84604b

Browse files
committed
Merge pull request #503 from haskell-servant/jkarni/vault-link
Link to vault package.
2 parents 6702d7e + f2c925f commit d84604b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servant/src/Servant/API/Vault.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import Data.Vault.Lazy (Vault)
99
--
1010
-- | Use 'Vault' in your API types to provide access to the 'Vault'
1111
-- 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
12+
-- to store arbitrary data. See <https://hackage.haskell.org/package/vault vault>
13+
-- for more details on how to actually use the vault in your handlers
1414
--
1515
-- Example:
1616
--

0 commit comments

Comments
 (0)