X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FRegex.hs;h=43a73a307db1526f2cdd5d6402f3ff89d798641c;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=c7731d202d65dc9373bbc2af76bb2231d4438e35;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Text/Regex.hs b/Text/Regex.hs index c7731d2..43a73a3 100644 --- a/Text/Regex.hs +++ b/Text/Regex.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Text.Regex -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable (only on platforms that provide a regex lib) -- --- $Id: Regex.hs,v 1.1 2001/08/02 11:20:50 simonmar Exp $ +-- $Id: Regex.hs,v 1.2 2002/04/24 16:31:46 simonmar Exp $ -- -- Regular expression matching. -- Uses the POSIX regular expression interface in Text.Regex.Posix for now.