monad-bayes 1.3.0.2 → 1.3.0.3
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~brickdep ~lensdep ~linearPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: brick, lens, linear
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- monad-bayes.cabal +4/−4
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 1.3.0.3++- Relaxed some version bounds+ # 1.3.0.2 - Relaxed some version bounds
monad-bayes.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: monad-bayes-version: 1.3.0.2+version: 1.3.0.3 license: MIT license-file: LICENSE.md copyright: 2015-2020 Adam Scibior@@ -39,15 +39,15 @@ 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