v0.3
Headline changes
- Support GHC 9.4 in addition to GHC 9.2 and GHC 9.0 (GHC 9.0 is no longer tested though) #427 (matthew-healy)
- Update
shell.nixto enable building with GHC 9.4.1 #429 (matthew-healy)
- Update
- Improvement of the resource-aware
IO(RIO) monad's interface
Miscellaneous
Monoid (Maybe a)requires onlySemigroup a, notMonoid a#409 (treeowl)- Add
evalState(T)#411 (andreasabel) - Add
Movableinstances for several primitive types, as well as (non-linear)Applicative,Foldable,Traversableinstances forV. #416 (sellout) - Fix typo in comment: resrouce -> resource #421 (undergroundquizscene)
- Fix haddock hyperlink reference (minor typo) #420 (undergroundquizscene)
- Fix haddock links in
Data.Replicator.Linear#423 (undergroundquizscene) - Add
CONTRIBUTING.md#426 (tbagrel1)