packages feed

aws-cloudfront-signed-cookies 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

aws-cloudfront-signed-cookies.cabal view
@@ -1,5 +1,5 @@ name: aws-cloudfront-signed-cookies-version: 0.1.0.0+version: 0.1.0.1  synopsis: Generate signed cookies for AWS CloudFront category: Network, AWS, Cloud
library/Network/AWS/CloudFront/SignedCookies.hs view
@@ -57,7 +57,7 @@   , KeyPairId (..)   , PrivateKey -  -- * Micellaneous+  -- * Miscellaneous    -- ** Cookies   , CookiesText@@ -119,6 +119,7 @@     , ( "CloudFront-Key-Pair-Id" , coerce @KeyPairId @Text kpid )     ] +-- | Format a list of cookies as HTTP request headers. renderCookiesText :: CookiesText -> Text renderCookiesText =   Text.unlines . map (\(k, v) -> "Cookie: " <> k <> "=" <> v)