diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.3.0.2
+
+- Relaxed some version bounds
+
 # 1.3.0.1
 
 - Support for GHC 9.8
diff --git a/monad-bayes.cabal b/monad-bayes.cabal
--- a/monad-bayes.cabal
+++ b/monad-bayes.cabal
@@ -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
