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 67787cd..d948322 100644 --- a/src/Network/Wai/Handler/Hal.hs +++ b/src/Network/Wai/Handler/Hal.hs @@ -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 -- 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) => 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: