Skip to content

Commit

Permalink
Bump quickcheck upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Jul 26, 2024
2 parents 14faeb7 + 849845b commit 7ab43a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions monad-bayes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ flag dev
common deps
build-depends:
, base >=4.15 && <4.20
, brick ^>=2.3.1
, brick >=2.3.1 && <2.5
, containers >=0.5.10 && <0.7
, foldl ^>=1.4
, free ^>=5.2
, histogram-fill ^>=0.9
, ieee754 ^>=0.8.0
, integration ^>=0.2
, lens ^>=5.2
, linear ^>=1.22
, lens >=5.2 && <5.4
, linear >=1.22 && <1.24
, log-domain >=0.12 && <0.14
, math-functions >=0.2.1 && <0.4
, matrix ^>=0.3
Expand All @@ -71,14 +71,14 @@ common deps
common test-deps
build-depends:
, abstract-par ^>=0.3
, criterion >=1.5 && <1.7
, criterion >=1.5 && <1.7
, directory ^>=1.3
, hspec >=2.10 && <2.12
, hspec >=2.10 && <2.12
, monad-bayes
, optparse-applicative >=0.17 && <0.19
, optparse-applicative >=0.17 && <0.19
, process ^>=1.6
, QuickCheck ^>=2.14
, time >=1.9 && <1.13
, QuickCheck >=2.14 && <2.16
, time >=1.9 && <1.13
, typed-process ^>=0.2

autogen-modules: Paths_monad_bayes
Expand Down

0 comments on commit 7ab43a3

Please sign in to comment.