- Javier can't in fact run the test-suite in Windows on this branch.
- Andrea: https://github.com/haskell/cabal/pull/9320 on standalone foreign libs. I am happy to extend the documentation but we need to know what we want to say. - Yvan would be happy to help on that :)
- Rodrigo: Did this fix on a whim https://github.com/haskell/cabal/issues/9448. I think this happens once in a while and I've put forward a pragmatic fix. I don't understand what other situation can trigger this error.
## Food for thoughts
- Andrea: I have played a bit with the lexer to add tokens for whitespace and comments (maybe a humble step towards exact-printing but I won't make such a claim). While doing that I noticed the token `TokFieldLine` never gets emitted by the lexer (I tested this on the whole Hackage). I am not very well versed in this, does anybody have a clue? - Hécate: It might actually be impossible for the Lexer to emit this token, due to overlap with other things.