
Hi Szymon,
* Szymon Pyżalski
I am new to haskell and I found a bug in package http://hackage.haskell.org/package/regex-compat-0.92/docs/Text-Regex.html
On the hackage page it says that the maintainer e-mail of this package is: libraries@haskell.org.
Where does it say that? The page http://hackage.haskell.org/package/regex-compat lists TextRegexLazy@... as the maintainer's email.
So i sent a bug report there, but bounced back to me because of quota. So apparently nobody reads these e-mails.
libraries@haskell.org is a public Haskell mailing list. If you want to send emails there, you have to subscribe first. http://www.haskell.org/mailman/listinfo/libraries
How can I file a bug report for this package? I don't feel good enough in haskell to try and fix it myself.
IIUC, regex-compat is a compatibility layer on top of regex-posix. Is there any reason you're not using regex-posix directly? (Of course, I cannot tell whether the bug you've hit is in regex-posix or is introduced by regex-compat.) Roman