Skip to content

Commit

Permalink
Bumping 3 dependencies (#30)
Browse files Browse the repository at this point in the history
text >=1.2.4 && <1.3 || >=2.0.1 && <2.1 (latest: 2.1)

Co-authored-by: nomeata <[email protected]>
  • Loading branch information
github-actions[bot] and nomeata authored Sep 1, 2023
1 parent a682fca commit 2e7a4f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions candid.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ library
ghc-options: -Wall -Wno-name-shadowing
build-depends:
base ^>=4.14.3 || ^>=4.15.1 || ^>=4.16.3 || ^>=4.17.0 || ^>=4.18.0,
text ^>=1.2.4 || ^>=2.0.1,
text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1,
dlist ^>=1.0,
vector ^>=0.12.3 || ^>=0.13.0,
bytestring ^>=0.10.12 || ^>=0.11.3,
Expand Down Expand Up @@ -79,7 +79,7 @@ executable hcandid
base ^>=4.14.3 || ^>=4.15.1 || ^>=4.16.3 || ^>=4.17.0 || ^>=4.18.0,
candid,
optparse-applicative ^>=0.17.0 || ^>=0.18.1,
text ^>=1.2.4 || ^>=2.0.1,
text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1,
bytestring ^>=0.10.12 || ^>=0.11.3,
hex-text ^>=0.1.0,
prettyprinter ^>=1.7.1
Expand All @@ -105,7 +105,7 @@ test-suite test
smallcheck ^>=1.2.1,
candid,
bytestring ^>=0.10.12 || ^>=0.11.3,
text ^>=1.2.4 || ^>=2.0.1,
text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1,
vector ^>=0.12.3 || ^>=0.13.0,
prettyprinter ^>=1.7.1,
unordered-containers ^>=0.2.19,
Expand Down

0 comments on commit 2e7a4f8

Please sign in to comment.