-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from bellroy/doc-nit
doc: `hal` dropped the prime on `mRuntimeWithContext'`
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,14 @@ | |
-- | | ||
-- | ||
-- Module : Network.Wai.Handler.Hal | ||
-- Copyright : (C) 2021 Bellroy Pty Ltd | ||
-- Copyright : (C) 2021, 2024 Bellroy Pty Ltd | ||
-- License : BSD-3-Clause | ||
-- Maintainer : Bellroy Tech Team <[email protected]> | ||
-- Stability : experimental | ||
-- | ||
-- Lifts an 'Wai.Application' so that it can be run using | ||
-- 'AWS.Lambda.Runtime.mRuntime' or | ||
-- 'AWS.Lambda.Runtime.mRuntimeWithContext''. The glue code will look | ||
-- 'AWS.Lambda.Runtime.mRuntimeWithContext'. The glue code will look | ||
-- something like this: | ||
-- | ||
-- @ | ||
|
@@ -168,7 +168,7 @@ runWithOptions opts app req = liftIO $ do | |
fromWaiResponse opts waiResp | ||
|
||
-- | Convert a WAI 'Wai.Application' into a function that can | ||
-- be run by hal's 'AWS.Lambda.Runtime.mRuntimeWithContext''. This | ||
-- be run by hal's 'AWS.Lambda.Runtime.mRuntimeWithContext'. This | ||
-- function exposes all the configurable knobs. | ||
runWithContext :: | ||
(MonadIO m) => | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ license: BSD-3-Clause | |
license-file: LICENSE | ||
author: Bellroy Tech Team <[email protected]> | ||
maintainer: Bellroy Tech Team <[email protected]> | ||
copyright: Copyright (C) 2021 Bellroy Pty Ltd | ||
copyright: Copyright (C) 2021, 2024 Bellroy Pty Ltd | ||
category: AWS, Cloud | ||
build-type: Simple | ||
extra-doc-files: | ||
|