1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
# Revision history for boring
## 0.2.2
- Support GHC-8.6.5...9.10.1
## 0.2.1
- Add instances for `SNat`, `SSymbol`, and `SChar`
(singletons introduced in `base-4.18.0.0`)
## 0.2
- Make `boring` package dependency light.
`fin`, `bin`, `ral`, `vec`, `dec`, `singleton-bool` instances
are migrated to corresponding packages.
Rest are migrated to `boring-instances` for now.
- Data.Boring is `Trustworthy`
- Add Generic derivation. Thanks to David Feuer.
## 0.1.3
- Allow `vec-0.3`
- Add instances for `ral` and `bin` types.
## 0.1.2
- Add instances for 'Boring' instances for 'SBool', 'SNat' and 'LE'.
- Add 'Boring (Dec a)', 'boringYes' and 'boringNo'.
## 0.1.1
- Add `GHC.Generics` instances
- Add `:~~:` and `Coercion` instances
## 0.1
- `streams`, `constraints`, `generics-sop` instances.
- Reversed dependency with `vec`, add `fin` instances.
## 0
- First version. Released on an unsuspecting world.
|