[Haskell-cafe] Could not find module `Text.Regex'

Jason Dagit dagit at codersbase.com
Fri Jan 29 10:41:05 EST 2010


On Fri, Jan 29, 2010 at 1:09 AM, zaxis <z_axis at 163.com> wrote:

>
> `cabal install regex-compat` fixes my problem.  thanks!
>

For what it's worth, according to the documentation the "-compat" package is
for easing a transition in the api (which has now been completed).  You may
want to "upgrade" to a different package now, for instance regex-posix
(which I've found to be in a nice spot between portability and performance).

Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100129/c795a96e/attachment-0001.html


More information about the Haskell-Cafe mailing list