Releases: reflex-frp/patch
Releases · reflex-frp/patch
v0.0.8.4
v0.0.8.3
What's Changed
- Build with ghc(js) 9.8.2 + 9.10.1 by @ymeister in #56
- Two Small fixes by @Ericson2314 in #57
- Add haskell.nix to release.nix and shell.nix by @ymeister in #58
- Fix reexport by @Ericson2314 in #59
New Contributors
Full Changelog: v0.0.8.2...v0.0.8.3
v0.0.8.2
v0.0.8.1
v0.0.8.0
0.0.8.0 - 2022-12-09
- Drop support for GHC 8.0 and 8.2. It may still be possible to use this library with those versions of GHC, but we do not guarantee or test it anymore.
- Fix an issue where (<>) crashed for some
PatchMapWithPatchingMoves. - Change
DecidablyEmptyforSumandProductto useNumandEqrather than delegating to the argument type'sDecidablyEmptyclass. SinceSumandProducthaveMonoidactions and units that are inherently based onNum, it makes sense to have aDecidablyEmptyinstances that inherently agree with that. Also, sinceIntand other numeric types don't have (and can't reasonably have)DecidablyEmptyinstances, this is necessary to make them actually usable in this context.
v0.0.4.0
v0.0.3.2-r2
Revision 2 published to hackage. Loosens base and hlint version bounds.