Compiling emailparse seems to give the error:
[10 of 10] Compiling Network.Mail.Parse ( src/Network/Mail/Parse.hs, dist/build/Network/Mail/Parse.p_o )
csrc/codec.c:7:10: error:
fatal error: codec.h: No such file or directory
#include "codec.h"
^~~~~~~~~
|
7 | #include "codec.h"
| ^
compilation terminated.
cc' failed in phase C Compiler'. (Exit code: 1)
Any hints as to what this missing file belongs to?