Changelog for dependent-literals-0.2.0
0.2.0 (2021-11-05)
- Get type-level
Ord
fromtype-compare
instead ofnumeric-kinds
.- Check inequality tests like
<?
againstTrue
rather than checkingOrdering
s againstEQ
. - This could in theory require updating constraints, but probably won't break anything in practice.
- Check inequality tests like
0.1.1.0 (2021-09-09)
- Moved the
StockLit
instance toWrapped Num
(keptStockLit
as a newtype).
0.1.0.0 (2021-09-08)
Initial version.