Skip to content

Commit

Permalink
Bumping megaparsec, tasty (#31)
Browse files Browse the repository at this point in the history
* Bumping 2 dependencies

megaparsec >=9.2.1 && <9.3 || >=9.3.1 && <9.4 || >=9.4.1 && <9.5 (latest: 9.5.0)
tasty >=1.4.3 && <1.5 (latest: 1.5)

* Update cabal bounds based on build plans

---------

Co-authored-by: nomeata <[email protected]>
  • Loading branch information
github-actions[bot] and nomeata committed Sep 14, 2023
1 parent 2e7a4f8 commit a0cc247
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 @@ -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,
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 @@ -97,7 +97,7 @@ test-suite test
ghc-options: -Wall -Wno-name-shadowing -rtsopts
build-depends:
base ^>=4.14.3 || ^>=4.15.1 || ^>=4.16.3 || ^>=4.17.0 || ^>=4.18.0,
tasty ^>=1.4.3,
tasty ^>=1.4.3 || ^>=1.5,
tasty-hunit ^>=0.10.0,
tasty-smallcheck ^>=0.8.2,
tasty-quickcheck ^>=0.10.2,
Expand All @@ -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 a0cc247

Please sign in to comment.