Skip to content

Commit

Permalink
Support data-default 0.8 and bump to hoauth2-2.14.1 (#250)
Browse files Browse the repository at this point in the history
- Bump up data-default-0.8
- Bump up to hoauth2-2.14.1
  • Loading branch information
freizl authored Nov 19, 2024
1 parent 9c8fd5b commit b8991d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions hoauth2-demo/hoauth2-demo.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions hoauth2/hoauth2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b8991d8

Please sign in to comment.