packages feed

aws-cloudfront-signed-cookies 0.2.0.12 → 0.2.0.13

raw patch · 2 files changed

+60/−16 lines, 2 filesdep +cryptondep −cryptonitedep ~aesondep ~basedep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependencies added: crypton

Dependencies removed: cryptonite

Dependency ranges changed: aeson, base, bytestring, hedgehog, text

API changes (from Hackage documentation)

Files

aws-cloudfront-signed-cookies.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name: aws-cloudfront-signed-cookies-version: 0.2.0.12+version: 0.2.0.13  synopsis: Generate signed cookies for AWS CloudFront category: Network, AWS, Cloud@@ -38,12 +38,11 @@         ScopedTypeVariables         TypeApplications     build-depends:-        base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17+      , base ^>= 4.18 || ^>= 4.19  library     import: base     hs-source-dirs: library-     exposed-modules:         Network.AWS.CloudFront.SignedCookies         Network.AWS.CloudFront.SignedCookies.CLI@@ -53,25 +52,23 @@         Network.AWS.CloudFront.SignedCookies.Encoding         Network.AWS.CloudFront.SignedCookies.Policy         Network.AWS.CloudFront.SignedCookies.Types-     other-modules:         Network.AWS.CloudFront.SignedCookies.CLI.Internal         Network.AWS.CloudFront.SignedCookies.Crypto.Internal-     build-depends:-        aeson ^>= 2.0.3 || ^>= 2.1+      , aeson ^>= 2.1 || ^>= 2.2       , aeson-pretty ^>= 0.8.9       , asn1-encoding ^>= 0.9.6       , asn1-types ^>= 0.3.4       , base64-bytestring ^>= 1.2.1-      , bytestring ^>= 0.10.12 || ^>= 0.11+      , bytestring ^>= 0.11 || ^>= 0.12       , cookie ^>= 0.4.5-      , cryptonite ^>= 0.29 || ^>= 0.30+      , crypton ^>= 0.34 || ^>= 1.0       , lens ^>= 5.0.1 || ^>= 5.1 || ^>= 5.2       , lens-aeson ^>= 1.2-      , optparse-applicative ^>= 0.16.1 || ^>= 0.17+      , optparse-applicative ^>= 0.16.1 || ^>= 0.17 || ^>= 0.18       , pem ^>= 0.2.4-      , text ^>= 1.2.4 || ^>= 2.0+      , text ^>= 2.0 || ^>= 2.1       , time ^>= 1.9.3 || ^>= 1.10 || ^>= 1.11 || ^>= 1.12       , vector ^>= 0.12.3 || ^>= 0.13 @@ -90,8 +87,7 @@     default-extensions:         QuasiQuotes         TemplateHaskell-     build-depends:-        aws-cloudfront-signed-cookies-      , hedgehog ^>= 1.0.5 || ^>= 1.1 || ^>= 1.2+      , aws-cloudfront-signed-cookies+      , hedgehog ^>= 1.4       , neat-interpolation ^>= 0.5.1
changelog.md view
@@ -1,7 +1,55 @@-### 0.2.0.12 (2023-01-01)+### 0.2.0.13 - 2025-01-20 +Version bumps++Switch dependency from `cryptonite` to `crypton`++### 0.2.0.12 - 2023-01-02+ Support GHC 9.4 -### 0.2.0.11 (2022-03-21)+### 0.2.0.11 - 2022-03-21 -Start of changelog+Support lens-aeson-1.2 and time-1.11++Raise many lower bounds++Minimum supported GHC version is now 8.10++### 0.2.0.10 - 2021-11-18++Support lens 5.1++### 0.2.0.9 - 2021-11-15++Support Aeson 2.0++Remove unordered-containers dependency++[Fix test suite on macos](https://github.com/typeclasses/aws-cloudfront-signed-cookies/issues/2)++### 0.2.0.8 - 2021-06-10++Add proper version bounds for all dependencies++Support GHC 9.0++### 0.2.0.6 - 2020-05-18++Support GHC 8.10++### 0.2.0.4 - 2020-03-15++Add a lower bound on base 4.9++### 0.2.0.2 - 2020-03-15++Add a lower bound on the time library because we require at least version 1.8.++### 0.2.0.1 - 2019-06-17++Relaxed a test case to accommodate a change in the error message output from Aeson.++### 0.2.0.0 - 2018-04-13++Start of change log