Skip to content

Commit

Permalink
Merge pull request #351 from turion/dev_relax_bounds
Browse files Browse the repository at this point in the history
Relax some version bounds
  • Loading branch information
turion authored Jul 17, 2024
2 parents 14faeb7 + 849845b commit b3e7fbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Down

0 comments on commit b3e7fbc

Please sign in to comment.