Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Jul 6, 2022
1 parent d9a40cd commit 8216e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions reflex.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8216e8f

Please sign in to comment.