From c443bd78bcddd81ad07486669983d261d0168f31 Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Wed, 17 Jan 2024 14:26:04 +1000 Subject: [PATCH 1/2] doc: `hal` dropped the prime on `mRuntimeWithContext'` --- src/Network/Wai/Handler/Hal.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Network/Wai/Handler/Hal.hs b/src/Network/Wai/Handler/Hal.hs index 67787cd..5c01e94 100644 --- a/src/Network/Wai/Handler/Hal.hs +++ b/src/Network/Wai/Handler/Hal.hs @@ -16,7 +16,7 @@ -- -- 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) => From 9b46af35276071e5b7256db34258b34f8e8a49c9 Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Wed, 17 Jan 2024 14:34:48 +1000 Subject: [PATCH 2/2] Update years --- LICENSE | 2 +- src/Network/Wai/Handler/Hal.hs | 2 +- wai-handler-hal.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index abab91d..d76af43 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2021 Bellroy Pty Ltd +Copyright (C) 2021, 2024 Bellroy Pty Ltd Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/src/Network/Wai/Handler/Hal.hs b/src/Network/Wai/Handler/Hal.hs index 5c01e94..d948322 100644 --- a/src/Network/Wai/Handler/Hal.hs +++ b/src/Network/Wai/Handler/Hal.hs @@ -9,7 +9,7 @@ -- | -- -- 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 -- Stability : experimental diff --git a/wai-handler-hal.cabal b/wai-handler-hal.cabal index 7b84861..a4d463f 100644 --- a/wai-handler-hal.cabal +++ b/wai-handler-hal.cabal @@ -18,7 +18,7 @@ license: BSD-3-Clause license-file: LICENSE author: Bellroy Tech Team maintainer: Bellroy Tech Team -copyright: Copyright (C) 2021 Bellroy Pty Ltd +copyright: Copyright (C) 2021, 2024 Bellroy Pty Ltd category: AWS, Cloud build-type: Simple extra-doc-files: