Skip to content

Commit

Permalink
set up upper boundary on hoauth2 related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
freizl committed Dec 30, 2023
1 parent d698126 commit 1a0b746
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions hoauth2-demo/hoauth2-demo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions hoauth2-providers-tutorial/hoauth2-providers-tutorial.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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
Expand Down
4 changes: 2 additions & 2 deletions hoauth2-tutorial/hoauth2-tutorial.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 1a0b746

Please sign in to comment.