You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to proje...@googlegroups.com
Hello List,
Project:M36 v0.9.5 is now available. The most important change is the
addition of support for GHC 9.0 and GHC 9.2!
Changelog:
* removed necessity for caret "^" when using boolean atom expressions in
restriction predicates
* `True` and `False` are now value constructors for `Bool` atom values
(previously `t` and `f); changed for better discoverability by Haskell
developers
* add `Scientific` data type for arbitrary-precision values (backed by
Data.Scientific)
* add support for GHC 9.0 and GHC 9.2
* drop support for GHC < 8.10.7
* fix relational equality when the relation includes a nested relation