Skip to content

Commit

Permalink
update base low bound
Browse files Browse the repository at this point in the history
  • Loading branch information
freizl committed Dec 30, 2023
1 parent 1a0b746 commit 4933bfb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion hoauth2-demo/hoauth2-demo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ executable hoauth2-demo
default-language: Haskell2010
build-depends:
, aeson >=2.0 && <2.3
, base >=4.5 && <5
, base >=4.11 && <5
, bytestring >=0.9 && <0.13
, containers >=0.6 && <0.8
, data-default ^>=0.7
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 @@ -16,7 +16,7 @@ tested-with: GHC <=9.6.1
library
exposed-modules: HOAuth2ProvidersTutorial
build-depends:
, base >=4.14 && <5
, base >=4.11 && <5
, bytestring >=0.9 && <0.13
, containers >=0.6 && <0.8
, hoauth2 >=2.9 && <2.12
Expand All @@ -40,7 +40,7 @@ library
executable hoauth2-providers-tutorial
main-is: Main.hs
build-depends:
, base >=4.14 && <5
, base >=4.11 && <5
, hoauth2-providers-tutorial

hs-source-dirs: app
Expand Down
4 changes: 2 additions & 2 deletions hoauth2-providers/hoauth2-providers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ library

build-depends:
, aeson >=2.0 && <2.3
, base >=4.5 && <5
, base >=4.11 && <5
, bytestring >=0.9 && <0.13
, containers ^>=0.6
, cryptonite >=0.30 && <0.31
Expand Down Expand Up @@ -85,7 +85,7 @@ test-suite hoauth-providers-tests
ghc-options: -Wall
build-depends:
, aeson >=2.0 && <2.3
, base >=4 && <5
, base >=4.11 && <5
, hoauth2-providers
, hspec >=2 && <3
, uri-bytestring >=0.2.3 && <0.4
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 @@ -24,7 +24,7 @@ common common
hs-source-dirs: src
build-depends:
, aeson >=2.0 && <2.3
, base >=4.5 && <5
, base >=4.11 && <5
, bytestring >=0.9 && <0.13
, hoauth2 >=2.9 && <2.12
, http-conduit >=2.1 && <2.4
Expand Down
4 changes: 2 additions & 2 deletions hoauth2/hoauth2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library

build-depends:
, aeson >=2.0 && <2.3
, base >=4 && <5
, base >=4.11 && <5
, base64 ^>=0.4
, binary >=0.8 && <0.11
, bytestring >=0.9 && <0.13
Expand Down Expand Up @@ -93,7 +93,7 @@ test-suite hoauth-tests
ghc-options: -Wall
build-depends:
, aeson >=2.0 && <2.3
, base >=4 && <5
, base >=4.11 && <5
, hoauth2
, hspec >=2 && <3
, uri-bytestring >=0.2.3 && <0.4
Expand Down

0 comments on commit 4933bfb

Please sign in to comment.