From f08e8326988ca843975a763fcb0083be94caebfa Mon Sep 17 00:00:00 2001 From: "Haisheng Wu (M)" Date: Tue, 19 Dec 2023 18:53:43 -0800 Subject: [PATCH 1/9] upgrade to aeson-2.2 --- hoauth2-demo/hoauth2-demo.cabal | 2 +- hoauth2-providers/hoauth2-providers.cabal | 4 ++-- hoauth2-tutorial/hoauth2-tutorial.cabal | 2 +- hoauth2/hoauth2.cabal | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index 1d69bf7..3153b66 100644 --- a/hoauth2-demo/hoauth2-demo.cabal +++ b/hoauth2-demo/hoauth2-demo.cabal @@ -61,7 +61,7 @@ executable hoauth2-demo hs-source-dirs: src default-language: Haskell2010 build-depends: - , aeson >=2.0 && <2.2 + , aeson >=2.0 && <2.3 , base >=4.5 && <5 , bytestring >=0.9 && <0.12 , containers ^>=0.6 diff --git a/hoauth2-providers/hoauth2-providers.cabal b/hoauth2-providers/hoauth2-providers.cabal index 1ea6b80..0b51665 100644 --- a/hoauth2-providers/hoauth2-providers.cabal +++ b/hoauth2-providers/hoauth2-providers.cabal @@ -53,7 +53,7 @@ library Network.OIDC.WellKnown build-depends: - , aeson >=2.0 && <2.2 + , aeson >=2.0 && <2.3 , base >=4.5 && <5 , bytestring >=0.9 && <0.12 , containers ^>=0.6 @@ -84,7 +84,7 @@ test-suite hoauth-providers-tests hs-source-dirs: test ghc-options: -Wall build-depends: - , aeson >=2.0 && <2.2 + , aeson >=2.0 && <2.3 , base >=4 && <5 , hoauth2-providers , hspec >=2 && <3 diff --git a/hoauth2-tutorial/hoauth2-tutorial.cabal b/hoauth2-tutorial/hoauth2-tutorial.cabal index c283f88..93e636d 100644 --- a/hoauth2-tutorial/hoauth2-tutorial.cabal +++ b/hoauth2-tutorial/hoauth2-tutorial.cabal @@ -23,7 +23,7 @@ source-repository head common common hs-source-dirs: src build-depends: - , aeson >=2.0 && <2.2 + , aeson >=2.0 && <2.3 , base >=4.5 && <5 , bytestring >=0.9 && <0.12 , hoauth2 >=2.9 diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index 406f1da..18b29cf 100644 --- a/hoauth2/hoauth2.cabal +++ b/hoauth2/hoauth2.cabal @@ -64,7 +64,7 @@ library TypeFamilies build-depends: - , aeson >=2.0 && <2.2 + , aeson >=2.0 && <2.3 , base >=4 && <5 , base64 ^>=0.4 , binary ^>=0.8 @@ -92,7 +92,7 @@ test-suite hoauth-tests hs-source-dirs: test ghc-options: -Wall build-depends: - , aeson >=2.0 && <2.2 + , aeson >=2.0 && <2.3 , base >=4 && <5 , hoauth2 , hspec >=2 && <3 From 64b2b7edd735f41d87a58a0aa429086b667c2a95 Mon Sep 17 00:00:00 2001 From: "Haisheng Wu (M)" Date: Tue, 19 Dec 2023 18:55:52 -0800 Subject: [PATCH 2/9] upgrade hackage index --- cabal.project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabal.project b/cabal.project index 129475e..7266ab3 100644 --- a/cabal.project +++ b/cabal.project @@ -1,5 +1,5 @@ packages: */*.cabal -index-state: 2023-06-13T00:56:04Z +index-state: 2023-12-20T01:31:26Z -- TODO: doesn't seem work unless add to ~/.cabal/config extra-include-dirs: /opt/homebrew/opt/openssl@3/include From 22d7e391fc7915baef88b99842bc4eb199363806 Mon Sep 17 00:00:00 2001 From: HW home Date: Tue, 26 Dec 2023 21:17:19 -0800 Subject: [PATCH 3/9] relax binary to 0.10 --- hoauth2/hoauth2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index 18b29cf..cb8e995 100644 --- a/hoauth2/hoauth2.cabal +++ b/hoauth2/hoauth2.cabal @@ -67,7 +67,7 @@ library , aeson >=2.0 && <2.3 , base >=4 && <5 , base64 ^>=0.4 - , binary ^>=0.8 + , binary >=0.8 && <0.11 , bytestring >=0.9 && <0.12 , containers ^>=0.6 , cryptonite ^>=0.30 From 94380e64e37868409aea940d34b0a27d46968b02 Mon Sep 17 00:00:00 2001 From: HW home Date: Tue, 26 Dec 2023 21:23:30 -0800 Subject: [PATCH 4/9] relax bytestring to 0.12 --- hoauth2-demo/hoauth2-demo.cabal | 2 +- hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal | 2 +- hoauth2-providers/hoauth2-providers.cabal | 2 +- hoauth2-tutorial/hoauth2-tutorial.cabal | 2 +- hoauth2/hoauth2.cabal | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index 3153b66..fc0dcfa 100644 --- a/hoauth2-demo/hoauth2-demo.cabal +++ b/hoauth2-demo/hoauth2-demo.cabal @@ -63,7 +63,7 @@ executable hoauth2-demo build-depends: , aeson >=2.0 && <2.3 , base >=4.5 && <5 - , bytestring >=0.9 && <0.12 + , bytestring >=0.9 && <0.13 , containers ^>=0.6 , data-default ^>=0.7 , directory ^>=1.3 diff --git a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal index 5b89b05..7049ce3 100644 --- a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal +++ b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal @@ -17,7 +17,7 @@ library exposed-modules: HOAuth2ProvidersTutorial build-depends: , base >=4.14 && <5 - , bytestring >=0.9 && <0.12 + , bytestring >=0.9 && <0.13 , containers ^>=0.6 , hoauth2 >=2.9 , hoauth2-providers >=0.3 diff --git a/hoauth2-providers/hoauth2-providers.cabal b/hoauth2-providers/hoauth2-providers.cabal index 0b51665..a981628 100644 --- a/hoauth2-providers/hoauth2-providers.cabal +++ b/hoauth2-providers/hoauth2-providers.cabal @@ -55,7 +55,7 @@ library build-depends: , aeson >=2.0 && <2.3 , base >=4.5 && <5 - , bytestring >=0.9 && <0.12 + , bytestring >=0.9 && <0.13 , containers ^>=0.6 , cryptonite >=0.30 && <0.31 , hoauth2 >=2.9 diff --git a/hoauth2-tutorial/hoauth2-tutorial.cabal b/hoauth2-tutorial/hoauth2-tutorial.cabal index 93e636d..af530a4 100644 --- a/hoauth2-tutorial/hoauth2-tutorial.cabal +++ b/hoauth2-tutorial/hoauth2-tutorial.cabal @@ -25,7 +25,7 @@ common common build-depends: , aeson >=2.0 && <2.3 , base >=4.5 && <5 - , bytestring >=0.9 && <0.12 + , bytestring >=0.9 && <0.13 , hoauth2 >=2.9 , http-conduit >=2.1 && <2.4 , http-types >=0.11 && <0.13 diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index cb8e995..ffc8abf 100644 --- a/hoauth2/hoauth2.cabal +++ b/hoauth2/hoauth2.cabal @@ -68,7 +68,7 @@ library , base >=4 && <5 , base64 ^>=0.4 , binary >=0.8 && <0.11 - , bytestring >=0.9 && <0.12 + , bytestring >=0.9 && <0.13 , containers ^>=0.6 , cryptonite ^>=0.30 , data-default ^>=0.7 From ba0d9e0d13cb3641eb60d770b27cb4b2b415dda6 Mon Sep 17 00:00:00 2001 From: HW home Date: Tue, 26 Dec 2023 21:27:07 -0800 Subject: [PATCH 5/9] relax container to 0.7 --- hoauth2-demo/hoauth2-demo.cabal | 2 +- hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal | 2 +- hoauth2-tutorial/hoauth2-tutorial.cabal | 2 +- hoauth2/hoauth2.cabal | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index fc0dcfa..6089b77 100644 --- a/hoauth2-demo/hoauth2-demo.cabal +++ b/hoauth2-demo/hoauth2-demo.cabal @@ -64,7 +64,7 @@ executable hoauth2-demo , aeson >=2.0 && <2.3 , base >=4.5 && <5 , bytestring >=0.9 && <0.13 - , containers ^>=0.6 + , containers >=0.6 && < 0.8 , data-default ^>=0.7 , directory ^>=1.3 , hoauth2 >=2.9 diff --git a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal index 7049ce3..e027cf3 100644 --- a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal +++ b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal @@ -18,7 +18,7 @@ library build-depends: , base >=4.14 && <5 , bytestring >=0.9 && <0.13 - , containers ^>=0.6 + , containers >=0.6 && <0.8 , hoauth2 >=2.9 , hoauth2-providers >=0.3 , http-conduit >=2.1 && <2.4 diff --git a/hoauth2-tutorial/hoauth2-tutorial.cabal b/hoauth2-tutorial/hoauth2-tutorial.cabal index af530a4..1d6a34c 100644 --- a/hoauth2-tutorial/hoauth2-tutorial.cabal +++ b/hoauth2-tutorial/hoauth2-tutorial.cabal @@ -46,4 +46,4 @@ executable hoauth2-tutorial executable hoauth2-experiment-tutorial import: common main-is: HOAuth2ExperimentTutorial.hs - build-depends: containers ^>=0.6 + build-depends: containers >=0.6 && < 0.8 diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index ffc8abf..5055553 100644 --- a/hoauth2/hoauth2.cabal +++ b/hoauth2/hoauth2.cabal @@ -69,7 +69,7 @@ library , base64 ^>=0.4 , binary >=0.8 && <0.11 , bytestring >=0.9 && <0.13 - , containers ^>=0.6 + , containers >=0.6 && < 0.8 , cryptonite ^>=0.30 , data-default ^>=0.7 , exceptions >=0.8.3 && <0.11 From 7e474a0bcd66d4bf67c828a55c38e9dc62da2950 Mon Sep 17 00:00:00 2001 From: HW home Date: Tue, 26 Dec 2023 21:37:24 -0800 Subject: [PATCH 6/9] bump up container --- hoauth2-demo/hoauth2-demo.cabal | 2 +- hoauth2/hoauth2.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index 6089b77..f28db12 100644 --- a/hoauth2-demo/hoauth2-demo.cabal +++ b/hoauth2-demo/hoauth2-demo.cabal @@ -64,7 +64,7 @@ executable hoauth2-demo , aeson >=2.0 && <2.3 , base >=4.5 && <5 , bytestring >=0.9 && <0.13 - , containers >=0.6 && < 0.8 + , containers >=0.6 && <0.8 , data-default ^>=0.7 , directory ^>=1.3 , hoauth2 >=2.9 diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index 5055553..0736ac2 100644 --- a/hoauth2/hoauth2.cabal +++ b/hoauth2/hoauth2.cabal @@ -69,7 +69,7 @@ library , base64 ^>=0.4 , binary >=0.8 && <0.11 , bytestring >=0.9 && <0.13 - , containers >=0.6 && < 0.8 + , containers >=0.6 && <0.8 , cryptonite ^>=0.30 , data-default ^>=0.7 , exceptions >=0.8.3 && <0.11 From 16594ab8fe2840099a17f2489385cd8ea9589ab2 Mon Sep 17 00:00:00 2001 From: HW home Date: Tue, 26 Dec 2023 21:37:44 -0800 Subject: [PATCH 7/9] set up upper boundary on hoauth2 related packages --- hoauth2-demo/hoauth2-demo.cabal | 4 ++-- hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal | 4 ++-- hoauth2-providers/hoauth2-providers.cabal | 2 +- hoauth2-tutorial/hoauth2-tutorial.cabal | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index f28db12..0da2d0e 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 - , hoauth2-providers >=0.3 + , hoauth2 >=2.9 && <2.12 + , hoauth2-providers >=0.3 && <0.6 , http-conduit >=2.1 && <2.4 , http-types >=0.11 && <0.13 , jose-jwt >=0.9.4 && <0.10 diff --git a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal index e027cf3..cdab288 100644 --- a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal +++ b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal @@ -19,8 +19,8 @@ library , base >=4.14 && <5 , bytestring >=0.9 && <0.13 , containers >=0.6 && <0.8 - , hoauth2 >=2.9 - , hoauth2-providers >=0.3 + , hoauth2 >=2.9 && <2.12 + , hoauth2-providers >=0.3 && <0.6 , 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 a981628..b64f52e 100644 --- a/hoauth2-providers/hoauth2-providers.cabal +++ b/hoauth2-providers/hoauth2-providers.cabal @@ -58,7 +58,7 @@ library , bytestring >=0.9 && <0.13 , containers ^>=0.6 , cryptonite >=0.30 && <0.31 - , hoauth2 >=2.9 + , hoauth2 >=2.9 && <2.12 , 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 1d6a34c..2b5f8e2 100644 --- a/hoauth2-tutorial/hoauth2-tutorial.cabal +++ b/hoauth2-tutorial/hoauth2-tutorial.cabal @@ -26,7 +26,7 @@ common common , aeson >=2.0 && <2.3 , base >=4.5 && <5 , bytestring >=0.9 && <0.13 - , hoauth2 >=2.9 + , hoauth2 >=2.9 && <2.12 , http-conduit >=2.1 && <2.4 , http-types >=0.11 && <0.13 , scotty >=0.10 && <0.13 @@ -46,4 +46,4 @@ executable hoauth2-tutorial executable hoauth2-experiment-tutorial import: common main-is: HOAuth2ExperimentTutorial.hs - build-depends: containers >=0.6 && < 0.8 + build-depends: containers >=0.6 && <0.8 From 21b817287a8334df7d1031145d628fd24bb38cce Mon Sep 17 00:00:00 2001 From: "Haisheng Wu (M)" Date: Fri, 29 Dec 2023 15:27:22 -0800 Subject: [PATCH 8/9] update base low bound --- hoauth2-demo/hoauth2-demo.cabal | 2 +- hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal | 4 ++-- hoauth2-providers/hoauth2-providers.cabal | 4 ++-- hoauth2-tutorial/hoauth2-tutorial.cabal | 2 +- hoauth2/hoauth2.cabal | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index 0da2d0e..e1e9648 100644 --- a/hoauth2-demo/hoauth2-demo.cabal +++ b/hoauth2-demo/hoauth2-demo.cabal @@ -62,7 +62,7 @@ executable hoauth2-demo default-language: Haskell2010 build-depends: , aeson >=2.0 && <2.3 - , base >=4.5 && <5 + , base >=4.11 && <5 , bytestring >=0.9 && <0.13 , containers >=0.6 && <0.8 , data-default ^>=0.7 diff --git a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal index cdab288..ddb8222 100644 --- a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal +++ b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal @@ -16,7 +16,7 @@ tested-with: GHC <=9.6.1 library exposed-modules: HOAuth2ProvidersTutorial build-depends: - , base >=4.14 && <5 + , base >=4.11 && <5 , bytestring >=0.9 && <0.13 , containers >=0.6 && <0.8 , hoauth2 >=2.9 && <2.12 @@ -40,7 +40,7 @@ library executable hoauth2-providers-tutorial main-is: Main.hs build-depends: - , base >=4.14 && <5 + , base >=4.11 && <5 , hoauth2-providers-tutorial hs-source-dirs: app diff --git a/hoauth2-providers/hoauth2-providers.cabal b/hoauth2-providers/hoauth2-providers.cabal index b64f52e..dc2ede2 100644 --- a/hoauth2-providers/hoauth2-providers.cabal +++ b/hoauth2-providers/hoauth2-providers.cabal @@ -54,7 +54,7 @@ library build-depends: , aeson >=2.0 && <2.3 - , base >=4.5 && <5 + , base >=4.11 && <5 , bytestring >=0.9 && <0.13 , containers ^>=0.6 , cryptonite >=0.30 && <0.31 @@ -85,7 +85,7 @@ test-suite hoauth-providers-tests ghc-options: -Wall build-depends: , aeson >=2.0 && <2.3 - , base >=4 && <5 + , base >=4.11 && <5 , hoauth2-providers , hspec >=2 && <3 , uri-bytestring >=0.2.3 && <0.4 diff --git a/hoauth2-tutorial/hoauth2-tutorial.cabal b/hoauth2-tutorial/hoauth2-tutorial.cabal index 2b5f8e2..41e48e5 100644 --- a/hoauth2-tutorial/hoauth2-tutorial.cabal +++ b/hoauth2-tutorial/hoauth2-tutorial.cabal @@ -24,7 +24,7 @@ common common hs-source-dirs: src build-depends: , aeson >=2.0 && <2.3 - , base >=4.5 && <5 + , base >=4.11 && <5 , bytestring >=0.9 && <0.13 , hoauth2 >=2.9 && <2.12 , http-conduit >=2.1 && <2.4 diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index 0736ac2..e83d28d 100644 --- a/hoauth2/hoauth2.cabal +++ b/hoauth2/hoauth2.cabal @@ -65,7 +65,7 @@ library build-depends: , aeson >=2.0 && <2.3 - , base >=4 && <5 + , base >=4.11 && <5 , base64 ^>=0.4 , binary >=0.8 && <0.11 , bytestring >=0.9 && <0.13 @@ -93,7 +93,7 @@ test-suite hoauth-tests ghc-options: -Wall build-depends: , aeson >=2.0 && <2.3 - , base >=4 && <5 + , base >=4.11 && <5 , hoauth2 , hspec >=2 && <3 , uri-bytestring >=0.2.3 && <0.4 From 0cd4fc7ac7c068bf40b7b1a6c6d264a3b875cbd4 Mon Sep 17 00:00:00 2001 From: "Haisheng Wu (M)" Date: Tue, 19 Dec 2023 18:57:12 -0800 Subject: [PATCH 9/9] bump up versions hoauth2-2.11.0 hoauth2-providers-0.5.0 hoauth2-tutorial-0.5.0 hoauth2-providers-tutorial-0.5.0 hoauth2-demo-1.9.0 --- hoauth2-demo/hoauth2-demo.cabal | 2 +- hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal | 2 +- hoauth2-providers/hoauth2-providers.cabal | 2 +- hoauth2-tutorial/hoauth2-tutorial.cabal | 2 +- hoauth2/hoauth2.cabal | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index e1e9648..b9b676e 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.8.0 +version: 1.9.0 synopsis: hoauth2 demo application description: Demo application to test oauth2 flow with many providers using hoauth2 diff --git a/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal b/hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal index ddb8222..36ae4df 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.4.0 +version: 0.5.0 synopsis: tutorial for hoauth2-providers module description: A tutorial that demostrates how to use hoauth2-providers package diff --git a/hoauth2-providers/hoauth2-providers.cabal b/hoauth2-providers/hoauth2-providers.cabal index dc2ede2..54844ae 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.4.0 +version: 0.5.0 synopsis: OAuth2 Identity Providers description: A few well known Identity Providers homepage: https://github.com/freizl/hoauth2 diff --git a/hoauth2-tutorial/hoauth2-tutorial.cabal b/hoauth2-tutorial/hoauth2-tutorial.cabal index 41e48e5..a64eb6f 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.4.0 +version: 0.5.0 synopsis: Tutorial for using hoauth2 description: Tutorial to demostrate how to use hoauth2 to implement OAuth2 flow in an web Application. diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index e83d28d..a04e9e3 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.10.0 +version: 2.11.0 synopsis: Haskell OAuth2 authentication client description: This is Haskell binding of OAuth2 Authorization framework and Bearer Token Usage framework.