Filing bugs for haskell packages

Hello! 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. So i sent a bug report there, but bounced back to me because of quota. So apparently nobody reads these e-mails. How can I file a bug report for this package? I don't feel good enough in haskell to try and fix it myself. Greetings Szymon Pyżalski

Hi Szymon,
I can't answer your question directly, but if you want a less buggy
regex library regex-tdfa[1] is a fine choice.
[1] http://hackage.haskell.org/package/regex-tdfa
On Fri, Feb 7, 2014 at 9:08 PM, Szymon Pyżalski
Hello!
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. So i sent a bug report there, but bounced back to me because of quota. So apparently nobody reads these e-mails.
How can I file a bug report for this package? I don't feel good enough in haskell to try and fix it myself.
Greetings Szymon Pyżalski _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Chris Wong, fixpoint conjurer e: lambda.fairy@gmail.com w: http://lfairy.github.io

Szymon Pyżalski wrote:
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. So i sent a bug report there, but bounced back to me because of quota.
Thats likely to be a transitory issue.
So apparently nobody reads these e-mails.
They very definitely do. libraries@haskell.org is as mailing list which has dozens of subscribers and usually sees a couple of emails a day.
How can I file a bug report for this package?
Wait a day or so and try sending to the libraries list again. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/

Erik de Castro Lopo wrote:
On the hackage page it says that the maintainer e-mail of this package is: libraries@haskell.org. So i sent a bug report there, but bounced back to me because of quota.
Thats likely to be a transitory issue.
Actually no, you probably got a message like:
You are not allowed to post to this mailing list, and your message has been automatically rejected. If you think that your messages are being rejected in error, contact the mailing list owner at libraries-owner@haskell.org.
because the list only accepts emails from people who are subscribed to the list. YOu can subscribe here: http://www.haskell.org/mailman/listinfo/libraries Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/

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
participants (4)
-
Chris Wong
-
Erik de Castro Lopo
-
Roman Cheplyaka
-
Szymon Pyżalski