From 8216e8f4a958cf4222227b73c4cacce86b1637a8 Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Wed, 6 Jul 2022 14:51:28 -0400 Subject: [PATCH] Update changelog --- ChangeLog.md | 2 +- reflex.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index baac3b57..255247c0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # Revision history for reflex -## Unreleased +## 0.8.2.1 * Fix build for GHC 9.2 * Require patch >= 0.0.7.0 diff --git a/reflex.cabal b/reflex.cabal index 958a6136..f275e9e0 100644 --- a/reflex.cabal +++ b/reflex.cabal @@ -98,12 +98,12 @@ library time >= 1.4 && < 1.12, transformers >= 0.5.6.0 && < 0.6, unbounded-delays >= 0.1.0.0 && < 0.2, - witherable >= 0.3 && < 0.5 + witherable >= 0.4 && < 0.5 if flag(split-these) build-depends: these >= 1 && <1.3, semialign >=1 && <1.3, - monoidal-containers >= 0.6 && < 0.7 + monoidal-containers >= 0.6.2.0 && < 0.7 else build-depends: these >= 0.4 && <0.9, monoidal-containers == 0.4.0.0