Skip to content

Commit

Permalink
Update cabal bounds based on build plans
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata authored and github-actions[bot] committed Sep 14, 2023
1 parent 6a50d5c commit 37778f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions candid.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ library
transformers ^>=0.5.6 || ^>=0.6.1,
hex-text ^>=0.1.0,
digest ^>=0.0.1,
megaparsec ^>=9.2.1 || ^>=9.3.1 || ^>=9.4.1 || ^>=9.5.0,
megaparsec ^>=9.2.1 || ^>=9.3.1 || ^>=9.5.0,
parser-combinators ^>=1.3.0,
scientific ^>=0.3.7,
cereal ^>=0.5.8,
Expand Down Expand Up @@ -122,7 +122,7 @@ test-suite doctest
build-depends:
base ^>=4.14.3 || ^>=4.15.1 || ^>=4.16.3 || ^>=4.17.0 || ^>=4.18.0,
candid,
doctest ^>=0.20.1 || ^>=0.21.1 || ^>=0.22.0,
doctest ^>=0.20.1 || ^>=0.21.1 || ^>=0.22.1,
row-types ^>=1.0.1,
leb128-cereal ^>=1.2,
prettyprinter ^>=1.7.1
Expand Down

0 comments on commit 37778f0

Please sign in to comment.