Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hoauth2-demo/hoauth2-demo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ executable hoauth2-demo
, aeson >=2.0 && <2.3
, base >=4.11 && <5
, bytestring >=0.9 && <0.13
, containers >=0.6 && <0.8
, containers >=0.6 && <0.9
, data-default ^>=0.8
, directory ^>=1.3
, hoauth2 >=2.9 && <2.16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library
build-depends:
, base >=4.11 && <5
, bytestring >=0.9 && <0.13
, containers >=0.6 && <0.8
, containers >=0.6 && <0.9
, hoauth2 >=2.9 && <2.16
, hoauth2-providers >=0.3 && <0.10
, http-conduit >=2.1 && <2.4
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 @@ -62,7 +62,7 @@ library
, aeson >=2.0 && <2.3
, base >=4.11 && <5
, bytestring >=0.9 && <0.13
, containers ^>=0.6
, containers >=0.6 && <0.9
, crypton >=0.32 && <1.1
, hoauth2 >=2.9 && <2.16
, HsOpenSSL >=0.11 && <0.12
Expand Down
2 changes: 1 addition & 1 deletion hoauth2-tutorial/hoauth2-tutorial.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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.9
2 changes: 1 addition & 1 deletion hoauth2/hoauth2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ library
, binary >=0.8 && <0.11
, binary-instances >=1.0 && <1.1
, bytestring >=0.9 && <0.13
, containers >=0.6 && <0.8
, containers >=0.6 && <0.9
, crypton >=0.32 && <1.1
, data-default ^>=0.8
, exceptions >=0.8.3 && <0.11
Expand Down
Loading