Skip to content

Releases: reflex-frp/patch

v0.0.8.4

Choose a tag to compare

@alexfmpe alexfmpe released this 19 Jan 00:25

What's Changed

Full Changelog: v0.0.8.3...v0.0.8.4

v0.0.8.3

Choose a tag to compare

@alexfmpe alexfmpe released this 19 Jan 00:21

What's Changed

New Contributors

Full Changelog: v0.0.8.2...v0.0.8.3

v0.0.8.2

Choose a tag to compare

@ali-abrar ali-abrar released this 24 May 14:01
35af1b3

0.0.8.2

  • Add support for GHC 9.6

v0.0.8.1

Choose a tag to compare

@ali-abrar ali-abrar released this 21 Dec 20:39
d8b96a4

0.0.8.1

  • Add support for GHC 9.2 and 9.4

v0.0.8.0

Choose a tag to compare

@ali-abrar ali-abrar released this 09 Dec 20:13

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 DecidablyEmpty for Sum and Product to use Num and Eq rather than delegating to the argument type's DecidablyEmpty class. Since Sum and Product have Monoid actions and units that are inherently based on Num, it makes sense to have a DecidablyEmpty instances that inherently agree with that. Also, since Int and other numeric types don't have (and can't reasonably have) DecidablyEmpty instances, this is necessary to make them actually usable in this context.

v0.0.4.0

Choose a tag to compare

@ali-abrar ali-abrar released this 20 Apr 19:02

0.0.4.0

  • Enable PolyKinds

v0.0.3.2-r2

Choose a tag to compare

@ali-abrar ali-abrar released this 16 Apr 01:00

Revision 2 published to hackage. Loosens base and hlint version bounds.

v0.0.3.2

Choose a tag to compare

@ali-abrar ali-abrar released this 06 Nov 13:30
cabal: add default-language