minimal viable product
This commit is contained in:
commit
afbec2ab33
12 changed files with 413 additions and 0 deletions
15
CHANGELOG.md
Normal file
15
CHANGELOG.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Changelog for `isomorphic-derive`
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to the
|
||||
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Generic instances for GenericCoerce
|
||||
|
||||
- Derive Monoid and Semigroup instances via GenericCoerceTo
|
||||
|
||||
## 0.1.0.0 - YYYY-MM-DD
|
Loading…
Add table
Add a link
Reference in a new issue