vty
vty copied to clipboard
Numbering of ISOColor's by Haddock.
The rendered documentation starts number from 1 as we can see here. Perhaps it is worth to add the real value (for example between brackets).
https://github.com/jtdaugherty/vty/blob/fa74b0ae1ca2883e9c4fbfe55abc9253dc7b9841/src/Graphics/Vty/Attributes/Color.hs#L61-L75
That makes sense to me, thanks for spotting that!
That makes sense to me, thanks for spotting that!
I also created an issue in the Haddock repository (https://github.com/haskell/haddock/issues/1406), and apparently this will be fixed by haddock itself.
Oh, great!
This is now fixed and will go out in an upcoming release. Thanks!