From bf01fdf215b7089b6abab51b383c97d21c0249d6 Mon Sep 17 00:00:00 2001 From: "Haisheng Wu (M)" Date: Wed, 6 Mar 2024 23:07:56 -0800 Subject: [PATCH 1/3] Bump version - hoauth2-2.13 - hoauth2-provider-0.7.0 --- hoauth2-demo/hoauth2-demo.cabal | 4 ++-- hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal | 6 +++--- hoauth2-providers/hoauth2-providers.cabal | 4 ++-- hoauth2-tutorial/hoauth2-tutorial.cabal | 4 ++-- hoauth2/hoauth2.cabal | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index 0571d93..7f9db3a 100644 --- a/hoauth2-demo/hoauth2-demo.cabal +++ b/hoauth2-demo/hoauth2-demo.cabal @@ -67,8 +67,8 @@ executable hoauth2-demo , containers >=0.6 && <0.8 , data-default ^>=0.7 , directory ^>=1.3 - , hoauth2 >=2.9 && <2.13 - , hoauth2-providers >=0.3 && <0.7 + , hoauth2 >=2.9 && <2.14 + , hoauth2-providers >=0.3 && <0.8 , http-conduit >=2.1 && <2.4 , http-types >=0.11 && <0.13 , jose-jwt >=0.10 && <0.11 diff --git a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal index 7cb7d73..d74a2c5 100644 --- a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal +++ b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hoauth2-providers-tutorial -version: 0.6.0 +version: 0.7.0 synopsis: tutorial for hoauth2-providers module description: A tutorial that demostrates how to use hoauth2-providers package @@ -19,8 +19,8 @@ library , base >=4.11 && <5 , bytestring >=0.9 && <0.13 , containers >=0.6 && <0.8 - , hoauth2 >=2.9 && <2.13 - , hoauth2-providers >=0.3 && <0.7 + , hoauth2 >=2.9 && <2.14 + , hoauth2-providers >=0.3 && <0.8 , http-conduit >=2.1 && <2.4 , http-types >=0.11 && <0.13 , scotty >=0.10.0 && <0.13 diff --git a/hoauth2-providers/hoauth2-providers.cabal b/hoauth2-providers/hoauth2-providers.cabal index 78a6f37..0f83bb9 100644 --- a/hoauth2-providers/hoauth2-providers.cabal +++ b/hoauth2-providers/hoauth2-providers.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hoauth2-providers -version: 0.6.0 +version: 0.7.0 synopsis: OAuth2 Identity Providers description: A few well known Identity Providers homepage: https://github.com/freizl/hoauth2 @@ -58,7 +58,7 @@ library , bytestring >=0.9 && <0.13 , containers ^>=0.6 , crypton ^>=0.32 - , hoauth2 >=2.9 && <2.13 + , hoauth2 >=2.9 && <2.14 , HsOpenSSL >=0.11 && <0.12 , http-conduit >=2.1 && <2.4 , http-types >=0.11 && <0.13 diff --git a/hoauth2-tutorial/hoauth2-tutorial.cabal b/hoauth2-tutorial/hoauth2-tutorial.cabal index 3e26c95..1e43de6 100644 --- a/hoauth2-tutorial/hoauth2-tutorial.cabal +++ b/hoauth2-tutorial/hoauth2-tutorial.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hoauth2-tutorial -version: 0.6.0 +version: 0.7.0 synopsis: Tutorial for using hoauth2 description: Tutorial to demostrate how to use hoauth2 to implement OAuth2 flow in an web Application. @@ -26,7 +26,7 @@ common common , aeson >=2.0 && <2.3 , base >=4.11 && <5 , bytestring >=0.9 && <0.13 - , hoauth2 >=2.9 && <2.13 + , hoauth2 >=2.9 && <2.14 , http-conduit >=2.1 && <2.4 , http-types >=0.11 && <0.13 , scotty >=0.10 && <0.13 diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index 9e36482..f2609a9 100644 --- a/hoauth2/hoauth2.cabal +++ b/hoauth2/hoauth2.cabal @@ -2,7 +2,7 @@ cabal-version: 2.4 name: hoauth2 -- http://wiki.haskell.org/Package_versioning_policy -version: 2.12.0 +version: 2.13.0 synopsis: Haskell OAuth2 authentication client description: This is Haskell binding of OAuth2 Authorization framework and Bearer Token Usage framework. From f762e1566ed347758504dc82fe7fc7f13b9db5b4 Mon Sep 17 00:00:00 2001 From: "Haisheng Wu (M)" Date: Wed, 6 Mar 2024 23:11:41 -0800 Subject: [PATCH 2/3] bump up hoauth2-demo 1.11.0 --- hoauth2-demo/hoauth2-demo.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index 7f9db3a..608ae42 100644 --- a/hoauth2-demo/hoauth2-demo.cabal +++ b/hoauth2-demo/hoauth2-demo.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: hoauth2-demo -version: 1.10.0 +version: 1.11.0 synopsis: hoauth2 demo application description: Demo application to test oauth2 flow with many providers using hoauth2 From 5a1603c871333714e60c7c17e7b136d8ffdb902f Mon Sep 17 00:00:00 2001 From: "Haisheng Wu (M)" Date: Thu, 7 Mar 2024 16:25:28 -0800 Subject: [PATCH 3/3] Relax dependency - crypton --- hoauth2-providers/hoauth2-providers.cabal | 2 +- hoauth2/hoauth2.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hoauth2-providers/hoauth2-providers.cabal b/hoauth2-providers/hoauth2-providers.cabal index 0f83bb9..b2c9aaa 100644 --- a/hoauth2-providers/hoauth2-providers.cabal +++ b/hoauth2-providers/hoauth2-providers.cabal @@ -57,7 +57,7 @@ library , base >=4.11 && <5 , bytestring >=0.9 && <0.13 , containers ^>=0.6 - , crypton ^>=0.32 + , crypton >=0.32 && <0.35 , hoauth2 >=2.9 && <2.14 , HsOpenSSL >=0.11 && <0.12 , http-conduit >=2.1 && <2.4 diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index f2609a9..45d639f 100644 --- a/hoauth2/hoauth2.cabal +++ b/hoauth2/hoauth2.cabal @@ -70,7 +70,7 @@ library , binary >=0.8 && <0.11 , bytestring >=0.9 && <0.13 , containers >=0.6 && <0.8 - , crypton ^>=0.32 + , crypton >=0.32 && <0.35 , data-default ^>=0.7 , exceptions >=0.8.3 && <0.11 , http-conduit >=2.1 && <2.4