Skip to content

Commit

Permalink
Fixes the hoauth2 and hoauth2-provider boundary for others packages
Browse files Browse the repository at this point in the history
  • Loading branch information
freizl committed Nov 17, 2022
1 parent 9eca010 commit 377bff4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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.5.0
version: 1.6.0
synopsis: hoauth2 demo application
description:
Demo application to test oauth2 flow with many providers using hoauth2
Expand Down Expand Up @@ -59,8 +59,8 @@ executable hoauth2-demo
, containers ^>=0.6
, data-default ^>=0.7
, directory ^>=1.3
, hoauth2 >=2.6
, hoauth2-providers >=0.1
, hoauth2 >=2.7
, hoauth2-providers >=0.2
, http-conduit >=2.1 && <2.4
, http-types >=0.11 && <0.13
, jose-jwt >=0.9.4 && <0.10
Expand Down
6 changes: 3 additions & 3 deletions hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hoauth2-providers-tutorial
version: 0.1
version: 0.2
synopsis: tutorial for hoauth2-providers module
description:
A tutorial that demostrates how to use hoauth2-providers package
Expand All @@ -19,8 +19,8 @@ library
, base >=4.14 && <5
, bytestring >=0.9 && <0.12
, containers
, hoauth2 >=2.6
, hoauth2-providers ^>=0.2
, hoauth2 >=2.7
, hoauth2-providers >=0.2
, http-conduit >=2.1 && <2.4
, http-types >=0.11 && <0.13
, scotty >=0.10.0 && <0.13
Expand Down
2 changes: 1 addition & 1 deletion hoauth2-providers/hoauth2-providers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library
, cryptonite >=0.30 && <0.31
, data-default ^>=0.7
, directory ^>=1.3
, hoauth2 >=2.6
, hoauth2 >=2.7
, HsOpenSSL >=0.11 && <0.12
, http-conduit >=2.1 && <2.4
, http-types >=0.11 && <0.13
Expand Down
4 changes: 2 additions & 2 deletions hoauth2-tutorial/hoauth2-tutorial.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hoauth2-tutorial
version: 0.1.2
version: 0.2
synopsis: Tutorial for using hoauth2
description:
Tutorial to demostrate how to use hoauth2 to implement OAuth2 flow in an web Application.
Expand Down Expand Up @@ -31,7 +31,7 @@ library
, aeson >=2.0 && <2.2
, base >=4.5 && <5
, bytestring >=0.9 && <0.12
, hoauth2 >=2.5
, hoauth2 >=2.7
, http-conduit >=2.1 && <2.4
, http-types >=0.11 && <0.13
, scotty >=0.10.0 && <0.13
Expand Down

0 comments on commit 377bff4

Please sign in to comment.