From b8991d87b52771fba3ce4a3c85174783cb5f4024 Mon Sep 17 00:00:00 2001 From: Haisheng Date: Mon, 18 Nov 2024 20:57:06 -0800 Subject: [PATCH] Support data-default 0.8 and bump to hoauth2-2.14.1 (#250) - Bump up data-default-0.8 - Bump up to hoauth2-2.14.1 --- cabal.project | 2 +- hoauth2-demo/hoauth2-demo.cabal | 4 ++-- hoauth2/hoauth2.cabal | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cabal.project b/cabal.project index 53e6eaa..d235a05 100644 --- a/cabal.project +++ b/cabal.project @@ -1,5 +1,5 @@ packages: */*.cabal -index-state: 2024-03-07T01:16:36Z +index-state: 2024-11-19T03:51:16Z -- TODO: doesn't seem work unless add to ~/.cabal/config extra-include-dirs: /opt/homebrew/opt/openssl@3/include diff --git a/hoauth2-demo/hoauth2-demo.cabal b/hoauth2-demo/hoauth2-demo.cabal index a262e4d..1f6cf08 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.12.0 +version: 1.12.1 synopsis: hoauth2 demo application description: Demo application to test oauth2 flow with many providers using hoauth2 @@ -65,7 +65,7 @@ executable hoauth2-demo , base >=4.11 && <5 , bytestring >=0.9 && <0.13 , containers >=0.6 && <0.8 - , data-default ^>=0.7 + , data-default ^>=0.8 , directory ^>=1.3 , hoauth2 >=2.9 && <2.15 , hoauth2-providers >=0.3 && <0.9 diff --git a/hoauth2/hoauth2.cabal b/hoauth2/hoauth2.cabal index 2ad8d21..fa644a1 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.14.0 +version: 2.14.1 synopsis: Haskell OAuth2 authentication client description: This is Haskell binding of OAuth2 Authorization framework and Bearer Token Usage framework. @@ -71,7 +71,7 @@ library , bytestring >=0.9 && <0.13 , containers >=0.6 && <0.8 , crypton >=0.32 && <1.1 - , data-default ^>=0.7 + , data-default ^>=0.8 , exceptions >=0.8.3 && <0.11 , http-conduit >=2.1 && <2.4 , http-types >=0.11 && <0.13