From: simonmar Date: Wed, 13 Feb 2002 11:52:42 +0000 (+0000) Subject: [project @ 2002-02-13 11:52:42 by simonmar] X-Git-Tag: nhc98-1-18-release~1125 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ba54d1a5466a3dc2b3f47c5a0216c914b12dfb66;p=ghc-base.git [project @ 2002-02-13 11:52:42 by simonmar] Remove a ToDo --- diff --git a/Text/Regex/Posix.hsc b/Text/Regex/Posix.hsc index 05b03ea..414a5c1 100644 --- a/Text/Regex/Posix.hsc +++ b/Text/Regex/Posix.hsc @@ -8,10 +8,9 @@ -- Stability : experimental -- Portability : non-portable (only on platforms that provide POSIX regexps) -- --- $Id: Posix.hsc,v 1.3 2001/09/13 11:39:58 simonmar Exp $ +-- $Id: Posix.hsc,v 1.4 2002/02/13 11:52:42 simonmar Exp $ -- -- Interface to the POSIX regular expression library. --- ToDo: detect regex library with configure. -- ToDo: should have an interface using PackedStrings. -- -----------------------------------------------------------------------------