monad-bayes 1.3.0.1 → 1.3.0.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~primitivedep ~vtyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: primitive, vty
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- monad-bayes.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 1.3.0.2++- Relaxed some version bounds+ # 1.3.0.1 - Support for GHC 9.8
monad-bayes.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: monad-bayes-version: 1.3.0.1+version: 1.3.0.2 license: MIT license-file: LICENSE.md copyright: 2015-2020 Adam Scibior@@ -57,7 +57,7 @@ , mwc-random >=0.13.6 && <0.16 , pipes ^>=4.3 , pretty-simple ^>=4.1- , primitive >=0.7 && <0.9+ , primitive >=0.8 && <0.10 , random ^>=1.2 , safe ^>=0.3.17 , scientific ^>=0.3@@ -65,7 +65,7 @@ , text >=1.2 && <2.2 , transformers >=0.5.6 && <0.7 , vector >=0.12.0 && <0.14- , vty ^>=6.1+ , vty >=6.1 && <6.3 , vty-unix ^>=0.2.0.0 common test-deps